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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseIterators.java129 return (new TypedAncestorIterator(type));
131 return ((new TypedAncestorIterator(type)).includeSelf());
1736 public final class TypedAncestorIterator extends AncestorIterator class in class:DTMDefaultBaseIterators
1743 * Constructor TypedAncestorIterator
1748 public TypedAncestorIterator(int type) method in class:DTMDefaultBaseIterators.TypedAncestorIterator
1811 } // end of TypedAncestorIterator
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM2.java1389 public final class TypedAncestorIterator extends AncestorIterator class in class:SAX2DTM2
1396 * Constructor TypedAncestorIterator
1401 public TypedAncestorIterator(int type) method in class:SAX2DTM2.TypedAncestorIterator
1506 } // end of TypedAncestorIterator

Completed in 62 milliseconds