public final class XMLNodeIterator extends Object implements Iterator<Node>
private Node
next
XMLNodeIterator(Node first)
boolean
hasNext()
Node
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private Node next
public XMLNodeIterator(Node first)
first
public boolean hasNext()
hasNext
Iterator<Node>
public Node next()
public void remove()
remove