Uses of Class
org.apache.xml.dtm.ref.DTMDefaultBaseIterators.InternalAxisIteratorBase
Packages that use DTMDefaultBaseIterators.InternalAxisIteratorBase
Package
Description
-
Uses of DTMDefaultBaseIterators.InternalAxisIteratorBase in org.apache.xalan.xsltc.dom
Modifier and TypeClassDescriptionfinal class
Iterator that returns attributes within a given namespace for a node.final class
Iterator that returns children within a given namespace for a given node.final class
Iterator that handles node tests that test for a namespace, but have a wild card for the local name of the node, i.e., node tests of the form:: :* class
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.InternalAxisIteratorBase in org.apache.xml.dtm.ref
Subclasses of DTMDefaultBaseIterators.InternalAxisIteratorBase in org.apache.xml.dtm.refModifier and TypeClassDescriptionclass
Iterator that returns the ancestors of a given node in document order.final class
Iterator that returns attribute nodes (of what nodes?)final class
Iterator that returns all immediate children of a given nodeclass
Iterator that returns the descendants of a given node.class
Iterator that returns following nodes of for a given node.class
Iterator that returns all siblings of a given node.final class
Iterator that returns attributes within a given namespace for a node.final class
Iterator that returns children within a given namespace for a given node.class
Iterator that returns the namespace nodes as defined by the XPath data model for a given node.class
Iterator that returns the descendants of a given node.final class
Iterator that returns the parent of a given node.class
Iterator that returns preceding nodes of a given node.class
Iterator that returns preceding siblings of a given nodeclass
Iterator that returns the the root node as defined by the XPath data model for a given node.class
Class SingletonIterator.final class
Typed iterator that returns the ancestors of a given node.final class
Iterator that returns attribute nodes of a given typefinal class
Iterator that returns children of a given type for a given node.final class
Typed iterator that returns the descendants of a given node.final class
Iterator that returns following nodes of a given type for a given node.final class
Iterator that returns all following siblings of a given node.class
Iterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.final class
Iterator that returns preceding nodes of agiven type for a given node.final class
Iterator that returns preceding siblings of a given type for a given nodeclass
Iterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.final class
Iterator that returns a given node only if it is of a given type. -
Uses of DTMDefaultBaseIterators.InternalAxisIteratorBase in org.apache.xml.dtm.ref.sax2dtm
Modifier and TypeClassDescriptionclass
Iterator that returns the ancestors of a given node in document order.final class
Iterator that returns attribute nodes (of what nodes?)final class
Iterator that returns all immediate children of a given nodeclass
Iterator that returns the descendants of a given node.class
Iterator that returns following nodes of for a given node.class
Iterator that returns all siblings of a given node.final class
Iterator that returns the parent of a given node.class
Iterator that returns preceding nodes of a given node.class
Iterator that returns preceding siblings of a given nodefinal class
Typed iterator that returns the ancestors of a given node.final class
Iterator that returns attribute nodes of a given typefinal class
Iterator that returns children of a given type for a given node.final class
Typed iterator that returns the descendants of a given node.final class
Iterator that returns following nodes of a given type for a given node.final class
Iterator that returns all following siblings of a given node.final class
Iterator that returns preceding nodes of agiven type for a given node.final class
Iterator that returns preceding siblings of a given type for a given nodeclass
Iterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.final class
Iterator that returns a given node only if it is of a given type.