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 DTMAxisTraverserAxesWalker.m_traverserThe DTM inner traversal class, that corresponds to the super axis.protected DTMAxisTraverserChildTestIterator.m_traverserThe traverser to use to navigate over the descendants.protected DTMAxisTraverserDescendantIterator.m_traverserThe 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 classImplements traversal of the entire subtree, including the root node.private classImplements traversal of the Ancestor access, in reverse document order.private classImplements traversal of the Ancestor access, in reverse document order.private classImplements traversal of the Ancestor access, in reverse document order.private classImplements traversal of the Attribute accessprivate classImplements traversal of the Ancestor access, in reverse document order.private classA non-xpath axis, returns all nodes that aren't namespaces or attributes, from but not including the root.private classA non-xpath axis, returns all nodes that aren't namespaces or attributes, from and including the root.private classImplements traversal of the Ancestor access, in reverse document order.private classImplements traversal of the Ancestor access, in reverse document order.private classImplements traversal of the Ancestor access, in reverse document order.private classImplements traversal of the following access, in document order.private classSuper class for derived classes that want a convenient way to access the indexing mechanism.private classImplements traversal of the Ancestor access, in reverse document order.private classImplements traversal of the Ancestor access, in reverse document order.private classImplements traversal of the Ancestor access, in reverse document order.private classImplements traversal of the Ancestor and the Preceding axis, in reverse document order.private classImplements traversal of the Ancestor access, in reverse document order.private classImplements traversal of the Ancestor access, in reverse document order.private classImplements traversal of the Self axis.private classImplements traversal of the Self axis.Fields in org.htmlunit.xpath.xml.dtm.ref declared as DTMAxisTraverserModifier and TypeFieldDescription(package private) final DTMAxisTraverserDTMDefaultBaseIterators.FollowingIterator.m_traverserprotected DTMAxisTraverser[]DTMDefaultBase.m_traversersStateless 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.