Uses of Interface
org.htmlunit.xpath.xml.dtm.DTMAxisIterator
-
Packages that use DTMAxisIterator Package Description org.htmlunit.xpath.axes Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator.org.htmlunit.xpath.xml.dtm org.htmlunit.xpath.xml.dtm.ref -
-
Uses of DTMAxisIterator in org.htmlunit.xpath.axes
Fields in org.htmlunit.xpath.axes declared as DTMAxisIterator Modifier and Type Field Description protected 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. -
Uses of DTMAxisIterator in org.htmlunit.xpath.xml.dtm
Methods in org.htmlunit.xpath.xml.dtm that return DTMAxisIterator Modifier and Type Method Description DTMAxisIterator
DTMAxisIterator. cloneIterator()
DTMAxisIterator
DTM. getAxisIterator(int axis)
This is a shortcut to the iterators that implement XPath axes. -
Uses of DTMAxisIterator in org.htmlunit.xpath.xml.dtm.ref
Classes in org.htmlunit.xpath.xml.dtm.ref that implement DTMAxisIterator Modifier and Type Class Description class
DTMAxisIteratorBase
This class serves as a default base for implementations of mutable DTMAxisIterators.class
DTMDefaultBaseIterators.AncestorIterator
Iterator that returns the ancestors of a given node in document order.class
DTMDefaultBaseIterators.AttributeIterator
Iterator that returns attribute nodes (of what nodes?)class
DTMDefaultBaseIterators.ChildrenIterator
Iterator that returns all immediate children of a given nodeclass
DTMDefaultBaseIterators.DescendantIterator
Iterator that returns the descendants of a given node.class
DTMDefaultBaseIterators.FollowingIterator
Iterator that returns following nodes of for a given node.class
DTMDefaultBaseIterators.FollowingSiblingIterator
Iterator that returns all siblings of a given node.static class
DTMDefaultBaseIterators.InternalAxisIteratorBase
Abstract superclass defining behaviors shared by all DTMDefault's internal implementations of DTMAxisIterator.class
DTMDefaultBaseIterators.NamespaceIterator
Iterator that returns the namespace nodes as defined by the XPath data model for a given node.class
DTMDefaultBaseIterators.ParentIterator
Iterator that returns the parent of a given node.class
DTMDefaultBaseIterators.PrecedingIterator
Iterator that returns preceding nodes of a given node.class
DTMDefaultBaseIterators.PrecedingSiblingIterator
Iterator that returns preceding siblings of a given nodeclass
DTMDefaultBaseIterators.RootIterator
Iterator that returns the root node as defined by the XPath data model for a given node.class
DTMDefaultBaseIterators.SingletonIterator
Class SingletonIterator.Methods in org.htmlunit.xpath.xml.dtm.ref that return DTMAxisIterator Modifier and Type Method Description DTMAxisIterator
DTMAxisIteratorBase. cloneIterator()
Returns a deep copy of this iterator.DTMAxisIterator
DTMDefaultBaseIterators.AncestorIterator. cloneIterator()
Returns a deep copy of this iterator.DTMAxisIterator
DTMDefaultBaseIterators.PrecedingIterator. cloneIterator()
Returns a deep copy of this iterator.DTMAxisIterator
DTMDefaultBaseIterators. getAxisIterator(int axis)
This is a shortcut to the iterators that implement XPath axes.DTMAxisIterator
DTMAxisIteratorBase. includeSelf()
Set the flag to include the start node in the iteration.
-