Uses of Class
org.htmlunit.xpath.xml.dtm.ref.DTMDefaultBaseTraversers.DescendantTraverser
Packages that use DTMDefaultBaseTraversers.DescendantTraverser
-
Uses of DTMDefaultBaseTraversers.DescendantTraverser in org.htmlunit.xpath.xml.dtm.ref
Modifier 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
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 following access, in document order.private class
Implements traversal of the Self axis.