Uses of Class
org.htmlunit.xpath.xml.dtm.ref.DTMDefaultBaseTraversers.DescendantOrSelfTraverser
Packages that use DTMDefaultBaseTraversers.DescendantOrSelfTraverser
-
Uses of DTMDefaultBaseTraversers.DescendantOrSelfTraverser 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
Implements traversal of the Self axis.