private class IterableNodeList.NodeListIterator
extends java.lang.Object
implements java.util.Iterator<org.w3c.dom.Node>
| Modifier and Type | Field and Description |
|---|---|
private int |
current |
| Modifier | Constructor and Description |
|---|---|
private |
NodeListIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
org.w3c.dom.Node |
next() |
void |
remove() |
public void remove()
remove in interface java.util.Iterator<org.w3c.dom.Node>public org.w3c.dom.Node next()
next in interface java.util.Iterator<org.w3c.dom.Node>public boolean hasNext()
hasNext in interface java.util.Iterator<org.w3c.dom.Node>