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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBaseIterators.java132 return (new TypedAncestorIterator(type));
134 return ((new TypedAncestorIterator(type)).includeSelf());
1739 public final class TypedAncestorIterator extends AncestorIterator class in class:DTMDefaultBaseIterators
1746 * Constructor TypedAncestorIterator
1751 public TypedAncestorIterator(int type) method in class:DTMDefaultBaseIterators.TypedAncestorIterator
1814 } // end of TypedAncestorIterator
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java1201 return new TypedAncestorIterator(type);
1203 return (new TypedAncestorIterator(type)).includeSelf();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java1391 public final class TypedAncestorIterator extends AncestorIterator class in class:SAX2DTM2
1398 * Constructor TypedAncestorIterator
1403 public TypedAncestorIterator(int type) method in class:SAX2DTM2.TypedAncestorIterator
1508 } // end of TypedAncestorIterator

Completed in 45 milliseconds