Uses of Interface
org.loboevolution.apache.xml.dtm.DTMAxisIterator
Package
Description
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
-
Uses of DTMAxisIterator in org.loboevolution.apache.xml.dtm
Modifier 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
Modifier and TypeClassDescriptionclass
This class serves as a default base for implementations of mutable DTMAxisIterators.class
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.static class
Abstract superclass defining behaviors shared by all DTMDefault's internal implementations of DTMAxisIterator.class
Iterator that returns the namespace nodes as defined by the XPath data model for 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 root node as defined by the XPath data model for a given node.class
Class SingletonIterator.Modifier 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
Modifier and TypeFieldDescriptionprotected DTMAxisIterator
OneStepIterator.m_iterator
The DTM inner traversal class, that corresponds to the super axis.protected DTMAxisIterator
ReverseAxesWalker.m_iterator
The DTM inner traversal class, that corresponds to the super axis.