Home
last modified time | relevance | path

Searched refs:TypedAncestorIterator (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseIterators.java129 return (new TypedAncestorIterator(type)); in getTypedAxisIterator()
131 return ((new TypedAncestorIterator(type)).includeSelf()); in getTypedAxisIterator()
1736 public final class TypedAncestorIterator extends AncestorIterator class in DTMDefaultBaseIterators
1748 public TypedAncestorIterator(int type) in TypedAncestorIterator() method in DTMDefaultBaseIterators.TypedAncestorIterator
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java1389 public final class TypedAncestorIterator extends AncestorIterator class in SAX2DTM2
1401 public TypedAncestorIterator(int type) in TypedAncestorIterator() method in SAX2DTM2.TypedAncestorIterator