Searched defs:TypedFollowingIterator (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBaseIterators.java144 iterator = new TypedFollowingIterator(type);
1546 public final class TypedFollowingIterator extends FollowingIterator class in class:DTMDefaultBaseIterators
1553 * Constructor TypedFollowingIterator
1558 public TypedFollowingIterator(int type) method in class:DTMDefaultBaseIterators.TypedFollowingIterator
1584 } // end of TypedFollowingIterator
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java1146 public final class TypedFollowingIterator extends FollowingIterator class in class:SAX2DTM2
1153 * Constructor TypedFollowingIterator
1158 public TypedFollowingIterator(int type) method in class:SAX2DTM2.TypedFollowingIterator
1212 } // end of TypedFollowingIterator

Completed in 30 milliseconds