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 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. -
Uses of DTMAxisIterator in org.htmlunit.xpath.xml.dtm
Methods in org.htmlunit.xpath.xml.dtm that return DTMAxisIterator Modifier and Type Method Description DTMAxisIteratorDTMAxisIterator. cloneIterator()DTMAxisIteratorDTM. 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 classDTMAxisIteratorBaseThis class serves as a default base for implementations of mutable DTMAxisIterators.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.static classDTMDefaultBaseIterators.InternalAxisIteratorBaseAbstract superclass defining behaviors shared by all DTMDefault's internal implementations of DTMAxisIterator.classDTMDefaultBaseIterators.NamespaceIteratorIterator that returns the namespace nodes as defined by the XPath data model for 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 root node as defined by the XPath data model for a given node.classDTMDefaultBaseIterators.SingletonIteratorClass SingletonIterator.Methods in org.htmlunit.xpath.xml.dtm.ref that return DTMAxisIterator Modifier and Type Method Description DTMAxisIteratorDTMAxisIteratorBase. cloneIterator()Returns a deep copy of this iterator.DTMAxisIteratorDTMDefaultBaseIterators.AncestorIterator. cloneIterator()Returns a deep copy of this iterator.DTMAxisIteratorDTMDefaultBaseIterators.PrecedingIterator. cloneIterator()Returns a deep copy of this iterator.DTMAxisIteratorDTMDefaultBaseIterators. getAxisIterator(int axis)This is a shortcut to the iterators that implement XPath axes.DTMAxisIteratorDTMAxisIteratorBase. includeSelf()Set the flag to include the start node in the iteration.
-