public final class XMLNodeListIterator
extends java.lang.Object
implements java.util.Iterator<org.w3c.dom.Node>
| Modifier and Type | Field and Description |
|---|---|
private int |
index
Store the next node
|
private org.w3c.dom.NodeList |
nodelist
The
NodeList to iterate over. |
| Constructor and Description |
|---|
XMLNodeListIterator(org.w3c.dom.NodeList nl)
Constructor with first element to iterate over.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Check if the next node is defined.
|
org.w3c.dom.Node |
next()
Return next and advance iterator.
|
private int index
private org.w3c.dom.NodeList nodelist
NodeList to iterate over.Copyright © 2019 ELKI Development Team. License information.