Uses of Class
org.apache.xml.dtm.ref.DTMDefaultBaseIterators.InternalAxisIteratorBase
-
Packages that use DTMDefaultBaseIterators.InternalAxisIteratorBase Package Description org.apache.xalan.xsltc.dom org.apache.xml.dtm.ref org.apache.xml.dtm.ref.sax2dtm -
-
Uses of DTMDefaultBaseIterators.InternalAxisIteratorBase in org.apache.xalan.xsltc.dom
Subclasses of DTMDefaultBaseIterators.InternalAxisIteratorBase in org.apache.xalan.xsltc.dom Modifier and Type Class Description classSAXImpl.NamespaceAttributeIteratorIterator that returns attributes within a given namespace for a node.classSAXImpl.NamespaceChildrenIteratorIterator that returns children within a given namespace for a given node.classSAXImpl.NamespaceWildcardIteratorIterator 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:: :* classSAXImpl.TypedNamespaceIteratorIterator 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.ref Modifier and Type Class Description classDTMDefaultBaseIterators.AncestorIteratorIterator that returns the ancestors of a given node in document order.classDTMDefaultBaseIterators.AttributeIteratorIterator that returns attribute nodes (of what nodes?)classDTMDefaultBaseIterators.ChildrenIteratorIterator that returns all immediate children of a given nodeclassDTMDefaultBaseIterators.DescendantIteratorIterator that returns the descendants of a given node.classDTMDefaultBaseIterators.FollowingIteratorIterator that returns following nodes of for a given node.classDTMDefaultBaseIterators.FollowingSiblingIteratorIterator that returns all siblings of a given node.classDTMDefaultBaseIterators.NamespaceAttributeIteratorIterator that returns attributes within a given namespace for a node.classDTMDefaultBaseIterators.NamespaceChildrenIteratorIterator that returns children within a given namespace for a given node.classDTMDefaultBaseIterators.NamespaceIteratorIterator that returns the namespace nodes as defined by the XPath data model for a given node.classDTMDefaultBaseIterators.NthDescendantIteratorIterator that returns the descendants of a given node.classDTMDefaultBaseIterators.ParentIteratorIterator that returns the parent of a given node.classDTMDefaultBaseIterators.PrecedingIteratorIterator that returns preceding nodes of a given node.classDTMDefaultBaseIterators.PrecedingSiblingIteratorIterator that returns preceding siblings of a given nodeclassDTMDefaultBaseIterators.RootIteratorIterator that returns the the root node as defined by the XPath data model for a given node.classDTMDefaultBaseIterators.SingletonIteratorClass SingletonIterator.classDTMDefaultBaseIterators.TypedAncestorIteratorTyped iterator that returns the ancestors of a given node.classDTMDefaultBaseIterators.TypedAttributeIteratorIterator that returns attribute nodes of a given typeclassDTMDefaultBaseIterators.TypedChildrenIteratorIterator that returns children of a given type for a given node.classDTMDefaultBaseIterators.TypedDescendantIteratorTyped iterator that returns the descendants of a given node.classDTMDefaultBaseIterators.TypedFollowingIteratorIterator that returns following nodes of a given type for a given node.classDTMDefaultBaseIterators.TypedFollowingSiblingIteratorIterator that returns all following siblings of a given node.classDTMDefaultBaseIterators.TypedNamespaceIteratorIterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.classDTMDefaultBaseIterators.TypedPrecedingIteratorIterator that returns preceding nodes of agiven type for a given node.classDTMDefaultBaseIterators.TypedPrecedingSiblingIteratorIterator that returns preceding siblings of a given type for a given nodeclassDTMDefaultBaseIterators.TypedRootIteratorIterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.classDTMDefaultBaseIterators.TypedSingletonIteratorIterator that returns a given node only if it is of a given type. -
Uses of DTMDefaultBaseIterators.InternalAxisIteratorBase in org.apache.xml.dtm.ref.sax2dtm
Subclasses of DTMDefaultBaseIterators.InternalAxisIteratorBase in org.apache.xml.dtm.ref.sax2dtm Modifier and Type Class Description classSAX2DTM2.AncestorIteratorIterator that returns the ancestors of a given node in document order.classSAX2DTM2.AttributeIteratorIterator that returns attribute nodes (of what nodes?)classSAX2DTM2.ChildrenIteratorIterator that returns all immediate children of a given nodeclassSAX2DTM2.DescendantIteratorIterator that returns the descendants of a given node.classSAX2DTM2.FollowingIteratorIterator that returns following nodes of for a given node.classSAX2DTM2.FollowingSiblingIteratorIterator that returns all siblings of a given node.classSAX2DTM2.ParentIteratorIterator that returns the parent of a given node.classSAX2DTM2.PrecedingIteratorIterator that returns preceding nodes of a given node.classSAX2DTM2.PrecedingSiblingIteratorIterator that returns preceding siblings of a given nodeclassSAX2DTM2.TypedAncestorIteratorTyped iterator that returns the ancestors of a given node.classSAX2DTM2.TypedAttributeIteratorIterator that returns attribute nodes of a given typeclassSAX2DTM2.TypedChildrenIteratorIterator that returns children of a given type for a given node.classSAX2DTM2.TypedDescendantIteratorTyped iterator that returns the descendants of a given node.classSAX2DTM2.TypedFollowingIteratorIterator that returns following nodes of a given type for a given node.classSAX2DTM2.TypedFollowingSiblingIteratorIterator that returns all following siblings of a given node.classSAX2DTM2.TypedPrecedingIteratorIterator that returns preceding nodes of agiven type for a given node.classSAX2DTM2.TypedPrecedingSiblingIteratorIterator that returns preceding siblings of a given type for a given nodeclassSAX2DTM2.TypedRootIteratorIterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.classSAX2DTM2.TypedSingletonIteratorIterator that returns a given node only if it is of a given type.
-