Uses of Class
org.htmlunit.html.DomNodeIterator
Packages that use DomNodeIterator
Package
Description
Framework classes (contains the
WebClient
class which is the main entry point).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 DomNodeIteratorModifier and TypeMethodDescriptionSgmlPage.createNodeIterator
(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