Package org.htmlunit.html
Class DomNode.DescendantDomNodesIterator
java.lang.Object
org.htmlunit.html.DomNode.DescendantDomNodesIterator
- Enclosing class:
DomNode
protected final class DomNode.DescendantDomNodesIterator
extends Object
implements Iterator<DomNode>
Iterates over all descendants DomNodes, in document order.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance which iterates over the specified node type. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
DescendantDomNodesIterator
public DescendantDomNodesIterator()Creates a new instance which iterates over the specified node type.
-
-
Method Details