HomeSort by relevance Sort by last modified time
    Searched refs:TypedRootIterator (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 156 iterator = new TypedRootIterator(type);
743 public class TypedRootIterator extends RootIterator
750 * Constructor TypedRootIterator
754 public TypedRootIterator(int nodeType)
794 } // end of TypedRootIterator
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 348 public class TypedRootIterator extends RootIterator
355 * Constructor TypedRootIterator
359 public TypedRootIterator(int nodeType)
400 } // end of TypedRootIterator
    [all...]

Completed in 16 milliseconds