Uses of Class
org.htmlunit.javascript.host.dom.NodeIterator
Packages that use NodeIterator
Package
Description
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of NodeIterator in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return NodeIteratorModifier and TypeMethodDescriptionDocument.createNodeIterator
(Node root, int whatToShow, org.htmlunit.corejs.javascript.Scriptable filter) Returns a new NodeIterator object.