public static class XPathUtils.NodeListIterator extends Object implements Iterable<Node>, Iterator<Node>
private int
index
private NodeList
nodeList
XPathUtils.NodeListIterator(NodeList nodeList)
boolean
hasNext()
Iterator<Node>
iterator()
Node
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final NodeList nodeList
private int index
public XPathUtils.NodeListIterator(NodeList nodeList)
public Iterator<Node> iterator()
iterator
Iterable<Node>
public boolean hasNext()
hasNext
public Node next()
next
public void remove()
remove