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