OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypedAttributeIterator
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java
133
return (new
TypedAttributeIterator
(type));
1019
public final class
TypedAttributeIterator
extends InternalAxisIteratorBase
1026
* Constructor
TypedAttributeIterator
1031
public
TypedAttributeIterator
(int nodeType)
1076
} // end of
TypedAttributeIterator
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java
550
public final class
TypedAttributeIterator
extends InternalAxisIteratorBase
557
* Constructor
TypedAttributeIterator
562
public
TypedAttributeIterator
(int nodeType)
607
} // end of
TypedAttributeIterator
[
all
...]
Completed in 48 milliseconds