Uses of Class
org.apache.xml.dtm.ref.DTMDefaultBaseIterators.RootIterator
-
Packages that use DTMDefaultBaseIterators.RootIterator Package Description org.apache.xml.dtm.ref org.apache.xml.dtm.ref.sax2dtm -
-
Uses of DTMDefaultBaseIterators.RootIterator in org.apache.xml.dtm.ref
Subclasses of DTMDefaultBaseIterators.RootIterator in org.apache.xml.dtm.ref Modifier and Type Class Description class
DTMDefaultBaseIterators.TypedRootIterator
Iterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID. -
Uses of DTMDefaultBaseIterators.RootIterator in org.apache.xml.dtm.ref.sax2dtm
Subclasses of DTMDefaultBaseIterators.RootIterator in org.apache.xml.dtm.ref.sax2dtm Modifier and Type Class Description class
SAX2DTM2.TypedRootIterator
Iterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.
-