Uses of Interface
org.loboevolution.apache.xml.dtm.DTMAxisIterator
Packages that use DTMAxisIterator
Package
Description
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
-
Uses of DTMAxisIterator in org.loboevolution.apache.xml.dtm
Methods in org.loboevolution.apache.xml.dtm that return DTMAxisIteratorModifier and TypeMethodDescriptionDTMAxisIterator.cloneIterator()DTM.getAxisIterator(int axis) This is a shortcut to the iterators that implement XPath axes. -
Uses of DTMAxisIterator in org.loboevolution.apache.xml.dtm.ref
Classes in org.loboevolution.apache.xml.dtm.ref that implement DTMAxisIteratorModifier and TypeClassDescriptionclassThis class serves as a default base for implementations of mutable DTMAxisIterators.classIterator 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.static classAbstract superclass defining behaviors shared by all DTMDefault's internal implementations of DTMAxisIterator.classIterator that returns the namespace nodes as defined by the XPath data model for 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 root node as defined by the XPath data model for a given node.classClass SingletonIterator.Methods in org.loboevolution.apache.xml.dtm.ref that return DTMAxisIteratorModifier and TypeMethodDescriptionDTMAxisIteratorBase.cloneIterator()Returns a deep copy of this iterator.DTMDefaultBaseIterators.AncestorIterator.cloneIterator()Returns a deep copy of this iterator.DTMDefaultBaseIterators.PrecedingIterator.cloneIterator()Returns a deep copy of this iterator.DTMDefaultBaseIterators.getAxisIterator(int axis) This is a shortcut to the iterators that implement XPath axes.DTMAxisIteratorBase.includeSelf()Set the flag to include the start node in the iteration. -
Uses of DTMAxisIterator in org.loboevolution.apache.xpath.axes
Fields in org.loboevolution.apache.xpath.axes declared as DTMAxisIteratorModifier and TypeFieldDescriptionprotected DTMAxisIteratorOneStepIterator.m_iteratorThe DTM inner traversal class, that corresponds to the super axis.protected DTMAxisIteratorReverseAxesWalker.m_iteratorThe DTM inner traversal class, that corresponds to the super axis.