Class DomNode.ChildIterator

java.lang.Object
org.htmlunit.html.DomNode.ChildIterator
All Implemented Interfaces:
Iterator<DomNode>
Enclosing class:
DomNode

protected static class DomNode.ChildIterator extends Object implements Iterator<DomNode>
An iterator over all children of this node.