edu.wisc.ssec.mcidasv.util
Class XPathUtils.ElementListIterator
java.lang.Object
edu.wisc.ssec.mcidasv.util.XPathUtils.ElementListIterator
- All Implemented Interfaces:
- Iterable<Element>, Iterator<Element>
- Enclosing class:
- XPathUtils
public static class XPathUtils.ElementListIterator
- extends Object
- implements Iterable<Element>, Iterator<Element>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nodeList
private final NodeList nodeList
index
private int index
XPathUtils.ElementListIterator
public XPathUtils.ElementListIterator(NodeList nodeList)
iterator
public Iterator<Element> iterator()
- Specified by:
iterator
in interface Iterable<Element>
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Element>
next
public Element next()
- Specified by:
next
in interface Iterator<Element>
remove
public void remove()
- Specified by:
remove
in interface Iterator<Element>