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).org.htmlunit.javascript.host.dom Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
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. -
Uses of DomNodeIterator in org.htmlunit.javascript.host.dom
Fields in org.htmlunit.javascript.host.dom declared as DomNodeIterator Modifier and Type Field Description private DomNodeIterator
NodeIterator. iterator_
-