OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nnm
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPPrefixResolver.java
101
NamedNodeMap
nnm
= parent.getAttributes();
local
103
for (int i = 0; i <
nnm
.getLength(); i++) {
104
Node attr =
nnm
.item(i);
/external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java
703
NamedNodeMap
nnm
= parent.getAttributes();
local
705
for (int i = 0; i <
nnm
.getLength(); i++)
707
Node attr =
nnm
.item(i);
[
all
...]
Completed in 3868 milliseconds