public class NodeListElementIterator
extends java.lang.Object
implements java.util.Iterator<org.w3c.dom.Element>
Modifier and Type | Field and Description |
---|---|
protected int |
index |
protected int |
length |
protected org.w3c.dom.NodeList |
list |
protected org.w3c.dom.Element |
next |
Constructor and Description |
---|
NodeListElementIterator(org.w3c.dom.NodeList list) |
protected final org.w3c.dom.NodeList list
protected final int length
protected org.w3c.dom.Element next
protected int index
public NodeListElementIterator(org.w3c.dom.NodeList list)
public boolean hasNext()
hasNext
in interface java.util.Iterator<org.w3c.dom.Element>
public org.w3c.dom.Element next()
next
in interface java.util.Iterator<org.w3c.dom.Element>
public void remove()
remove
in interface java.util.Iterator<org.w3c.dom.Element>