Uses of Class
org.apache.xml.dtm.ref.DTMDefaultBaseIterators.SingletonIterator
-
Packages that use DTMDefaultBaseIterators.SingletonIterator Package Description org.apache.xml.dtm.ref org.apache.xml.dtm.ref.sax2dtm -
-
Uses of DTMDefaultBaseIterators.SingletonIterator in org.apache.xml.dtm.ref
Subclasses of DTMDefaultBaseIterators.SingletonIterator in org.apache.xml.dtm.ref Modifier and Type Class Description class
DTMDefaultBaseIterators.TypedSingletonIterator
Iterator that returns a given node only if it is of a given type. -
Uses of DTMDefaultBaseIterators.SingletonIterator in org.apache.xml.dtm.ref.sax2dtm
Subclasses of DTMDefaultBaseIterators.SingletonIterator in org.apache.xml.dtm.ref.sax2dtm Modifier and Type Class Description class
SAX2DTM2.TypedSingletonIterator
Iterator that returns a given node only if it is of a given type.
-