
public final class XMLNodeIterator extends Object implements IterableIterator<Node>
| Constructor and Description |
|---|
XMLNodeIterator(Node first)
Constructor with first element to iterate over.
|
private Node next
public XMLNodeIterator(Node first)
first - first child of parent node.public boolean hasNext()
public Node next()
public void remove()