Uses of Class
org.apache.xml.dtm.ref.DTMAxisIteratorBase
-
Packages that use DTMAxisIteratorBase Package Description org.apache.xalan.xsltc.dom org.apache.xml.dtm.ref org.apache.xml.dtm.ref.sax2dtm -
-
Uses of DTMAxisIteratorBase in org.apache.xalan.xsltc.dom
Subclasses of DTMAxisIteratorBase in org.apache.xalan.xsltc.dom Modifier and Type Class Description classAbsoluteIteratorAbsolute iterators ignore the node that is passed to setStartNode().classCachedNodeListIteratorCachedNodeListIterator is used for select expressions in a variable or parameter.classClonedNodeListIteratorA ClonedNodeListIterator is returned by the cloneIterator() method of a CachedNodeListIterator.classCurrentNodeListIteratorIterators of this kind use a CurrentNodeListFilter to filter a subset of nodes from a source iterator.classDupFilterIteratorRemoves duplicates and sorts a source iterator.classFilteredStepIteratorExtends a StepIterator by adding the ability to filter nodes.classFilterIteratorSimilar to a CurrentNodeListIterator except that the filter has a simpler interface (only needs the node, no position, last, etc.)classForwardPositionIteratorDeprecated.This class exists only for backwards compatibility with old translets.classKeyIndexStores mappings of key values or IDs to DTM nodes.classKeyIndex.KeyIndexIteratorAn iterator representing the result of a reference to either the XSLTkeyfunction or the XPathidfunction.classMatchingIteratorThis is a special kind of iterator that takes a source iterator and a node N.classMultiValuedNodeHeapIteratorMultiValuedNodeHeapIteratortakes a set of multi-valued heap nodes and produces a merged NodeSet in document order with duplicates removed.classNthIteratorclassSAXImpl.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.classSimpleResultTreeImpl.SimpleIteratorThe SimpleIterator is designed to support the nodeset() extension function.classSimpleResultTreeImpl.SingletonIteratorThe SingletonIterator is used for the self axis.classSingletonIteratorclassSortingIteratorclassStepIteratorA step iterator is used to evaluate expressions like "BOOK/TITLE".classUnionIteratorUnionIterator takes a set of NodeIterators and produces a merged NodeSet in document order with duplicates removed The individual iterators are supposed to generate nodes in document order -
Uses of DTMAxisIteratorBase in org.apache.xml.dtm.ref
Subclasses of DTMAxisIteratorBase 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.InternalAxisIteratorBaseAbstract superclass defining behaviors shared by all DTMDefault's internal implementations of DTMAxisIterator.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 DTMAxisIteratorBase in org.apache.xml.dtm.ref.sax2dtm
Subclasses of DTMAxisIteratorBase 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.
-