Modifier and Type | Field and Description |
---|---|
private int |
index
Store the next node
|
private NodeList |
nodelist
The
NodeList to iterate over. |
Constructor and Description |
---|
XMLNodeListIterator(NodeList nl)
Constructor with first element to iterate over.
|
public XMLNodeListIterator(NodeList nl)
nl
- NodeList to iterate over.public boolean hasNext()
public Node next()