OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nAtts
(Results
1 - 4
of
4
) sorted by null
/external/expat/lib/
xmltok_impl.c
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java
336
int
nAtts
= atts.getLength();
338
if (0 !=
nAtts
)
340
for (int i = 0; i <
nAtts
; i++)
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java
495
int
nAtts
=(atts==null) ? 0 : atts.getLength();
497
for(int i=
nAtts
-1;i>=0;--i)
522
for(int i=
nAtts
-1;i>=0;--i)
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java
484
int
nAtts
= atts.getLength();
486
for (int i = 0; i <
nAtts
; i++)
[
all
...]
Completed in 600 milliseconds