Uses of Class
org.htmlunit.html.DomNodeIterator
-
Packages that use DomNodeIterator Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of DomNodeIterator in org.htmlunit
Methods in org.htmlunit that return DomNodeIterator Modifier and Type Method Description DomNodeIterator
SgmlPage. createNodeIterator(org.w3c.dom.Node root, int whatToShow, org.w3c.dom.traversal.NodeFilter filter, boolean entityReferenceExpansion)
Create a newNodeIterator
over the subtree rooted at the specified node.
-