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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBaseIterators.java127 iterator = new TypedChildrenIterator(type);
425 public final class TypedChildrenIterator extends InternalAxisIteratorBase class in class:DTMDefaultBaseIterators
432 * Constructor TypedChildrenIterator
437 public TypedChildrenIterator(int nodeType) method in class:DTMDefaultBaseIterators.TypedChildrenIterator
507 } // end of TypedChildrenIterator
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java322 * Constructor TypedChildrenIterator
1129 return(new TypedChildrenIterator(type));
1185 return new TypedChildrenIterator(type);
1197 return new TypedChildrenIterator(type);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java220 public final class TypedChildrenIterator extends InternalAxisIteratorBase class in class:SAX2DTM2
227 * Constructor TypedChildrenIterator
232 public TypedChildrenIterator(int nodeType) method in class:SAX2DTM2.TypedChildrenIterator
344 } // end of TypedChildrenIterator

Completed in 58 milliseconds