
| Modifier and Type | Field and Description | 
|---|---|
| private int | indexStore the next node | 
| private NodeList | nodelistThe  NodeListto 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()