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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBaseIterators.java150 iterator = new TypedFollowingSiblingIterator(type);
910 public final class TypedFollowingSiblingIterator class in class:DTMDefaultBaseIterators
918 * Constructor TypedFollowingSiblingIterator
923 public TypedFollowingSiblingIterator(int type) method in class:DTMDefaultBaseIterators.TypedFollowingSiblingIterator
966 } // end of TypedFollowingSiblingIterator
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java450 public final class TypedFollowingSiblingIterator class in class:SAX2DTM2
458 * Constructor TypedFollowingSiblingIterator
463 public TypedFollowingSiblingIterator(int type) method in class:SAX2DTM2.TypedFollowingSiblingIterator
496 } // end of TypedFollowingSiblingIterator
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java1215 return new TypedFollowingSiblingIterator(type);

Completed in 44 milliseconds