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 classImplements traversal of the entire subtree, including the root node.private 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 following access, in document order.private classImplements traversal of the Self axis.