Uses of Class
org.apache.xml.dtm.ref.DTMAxisIteratorBase
Packages that use DTMAxisIteratorBase
Package
Description
-
Uses of DTMAxisIteratorBase in org.apache.xalan.xsltc.dom
Subclasses of DTMAxisIteratorBase in org.apache.xalan.xsltc.domModifier and TypeClassDescriptionfinal classAbsolute iterators ignore the node that is passed to setStartNode().final classCachedNodeListIterator is used for select expressions in a variable or parameter.final classA ClonedNodeListIterator is returned by the cloneIterator() method of a CachedNodeListIterator.final classIterators of this kind use a CurrentNodeListFilter to filter a subset of nodes from a source iterator.final classRemoves duplicates and sorts a source iterator.final classExtends a StepIterator by adding the ability to filter nodes.final classSimilar to a CurrentNodeListIterator except that the filter has a simpler interface (only needs the node, no position, last, etc.)final classDeprecated.This class exists only for backwards compatibility with old translets.classStores mappings of key values or IDs to DTM nodes.classAn iterator representing the result of a reference to either the XSLTkeyfunction or the XPathidfunction.final classThis is a special kind of iterator that takes a source iterator and a node N.classMultiValuedNodeHeapIteratortakes a set of multi-valued heap nodes and produces a merged NodeSet in document order with duplicates removed.final classfinal classIterator that returns attributes within a given namespace for a node.final classIterator that returns children within a given namespace for a given node.final classIterator 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:: :* classIterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.final classThe SimpleIterator is designed to support the nodeset() extension function.final classThe SingletonIterator is used for the self axis.classfinal classclassA step iterator is used to evaluate expressions like "BOOK/TITLE".final classUnionIterator 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.refModifier and TypeClassDescriptionclassIterator that returns the ancestors of a given node in document order.final classIterator that returns attribute nodes (of what nodes?)final classIterator that returns all immediate children of a given nodeclassIterator that returns the descendants of a given node.classIterator that returns following nodes of for a given node.classIterator that returns all siblings of a given node.classAbstract superclass defining behaviors shared by all DTMDefault's internal implementations of DTMAxisIterator.final classIterator that returns attributes within a given namespace for a node.final classIterator that returns children within a given namespace for a given node.classIterator that returns the namespace nodes as defined by the XPath data model for a given node.classIterator that returns the descendants of a given node.final classIterator that returns the parent of a given node.classIterator that returns preceding nodes of a given node.classIterator that returns preceding siblings of a given nodeclassIterator that returns the the root node as defined by the XPath data model for a given node.classClass SingletonIterator.final classTyped iterator that returns the ancestors of a given node.final classIterator that returns attribute nodes of a given typefinal classIterator that returns children of a given type for a given node.final classTyped iterator that returns the descendants of a given node.final classIterator that returns following nodes of a given type for a given node.final classIterator that returns all following siblings of a given node.classIterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.final classIterator that returns preceding nodes of agiven type for a given node.final classIterator that returns preceding siblings of a given type for a given nodeclassIterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.final classIterator 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.sax2dtmModifier and TypeClassDescriptionclassIterator that returns the ancestors of a given node in document order.final classIterator that returns attribute nodes (of what nodes?)final classIterator that returns all immediate children of a given nodeclassIterator that returns the descendants of a given node.classIterator that returns following nodes of for a given node.classIterator that returns all siblings of a given node.final classIterator that returns the parent of a given node.classIterator that returns preceding nodes of a given node.classIterator that returns preceding siblings of a given nodefinal classTyped iterator that returns the ancestors of a given node.final classIterator that returns attribute nodes of a given typefinal classIterator that returns children of a given type for a given node.final classTyped iterator that returns the descendants of a given node.final classIterator that returns following nodes of a given type for a given node.final classIterator that returns all following siblings of a given node.final classIterator that returns preceding nodes of agiven type for a given node.final classIterator that returns preceding siblings of a given type for a given nodeclassIterator that returns the namespace nodes as defined by the XPath data model for a given node, filtered by extended type ID.final classIterator that returns a given node only if it is of a given type.