Uses of Class
org.htmlunit.xpath.xml.dtm.DTMAxisTraverser
Packages that use DTMAxisTraverser
Package
Description
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
-
Uses of DTMAxisTraverser in org.htmlunit.xpath.axes
Fields in org.htmlunit.xpath.axes declared as DTMAxisTraverserModifier and TypeFieldDescriptionprotected DTMAxisTraverser
AxesWalker.m_traverser
The DTM inner traversal class, that corresponds to the super axis.protected DTMAxisTraverser
ChildTestIterator.m_traverser
The traverser to use to navigate over the descendants.protected DTMAxisTraverser
DescendantIterator.m_traverser
The traverser to use to navigate over the descendants.Constructors in org.htmlunit.xpath.axes with parameters of type DTMAxisTraverserModifierConstructorDescriptionChildTestIterator
(DTMAxisTraverser traverser) Create a ChildTestIterator object. -
Uses of DTMAxisTraverser in org.htmlunit.xpath.xml.dtm
Methods in org.htmlunit.xpath.xml.dtm that return DTMAxisTraverserModifier and TypeMethodDescriptionDTM.getAxisTraverser
(int axis) This returns a stateless "traverser", that can navigate over an XPath axis, though not in document order. -
Uses of DTMAxisTraverser in org.htmlunit.xpath.xml.dtm.ref
Subclasses of DTMAxisTraverser in org.htmlunit.xpath.xml.dtm.refModifier and TypeClassDescriptionprivate class
Implements traversal of the entire subtree, including the root node.private class
Implements traversal of the Ancestor access, in reverse document order.private class
Implements traversal of the Ancestor access, in reverse document order.private class
Implements traversal of the Ancestor access, in reverse document order.private class
Implements traversal of the Attribute accessprivate class
Implements traversal of the Ancestor access, in reverse document order.private class
A non-xpath axis, returns all nodes that aren't namespaces or attributes, from but not including the root.private class
A non-xpath axis, returns all nodes that aren't namespaces or attributes, from and including the root.private class
Implements traversal of the Ancestor access, in reverse document order.private class
Implements traversal of the Ancestor access, in reverse document order.private class
Implements traversal of the Ancestor access, in reverse document order.private class
Implements traversal of the following access, in document order.private class
Super class for derived classes that want a convenient way to access the indexing mechanism.private class
Implements traversal of the Ancestor access, in reverse document order.private class
Implements traversal of the Ancestor access, in reverse document order.private class
Implements traversal of the Ancestor access, in reverse document order.private class
Implements traversal of the Ancestor and the Preceding axis, in reverse document order.private class
Implements traversal of the Ancestor access, in reverse document order.private class
Implements traversal of the Ancestor access, in reverse document order.private class
Implements traversal of the Self axis.private class
Implements traversal of the Self axis.Fields in org.htmlunit.xpath.xml.dtm.ref declared as DTMAxisTraverserModifier and TypeFieldDescription(package private) final DTMAxisTraverser
DTMDefaultBaseIterators.FollowingIterator.m_traverser
protected DTMAxisTraverser[]
DTMDefaultBase.m_traversers
Stateless axis traversers, lazely built.Methods in org.htmlunit.xpath.xml.dtm.ref that return DTMAxisTraverserModifier and TypeMethodDescriptionDTMDefaultBaseTraversers.getAxisTraverser
(int axis) This returns a stateless "traverser", that can navigate over an XPath axis, though not in document order.