public class NodeIterator extends AbstractIterator<Node>
| Modifier and Type | Field and Description |
|---|---|
private int |
index
|
private NodeList |
nodeList
The
NodeList to iterate. |
private int |
nodeListLength
|
| Constructor and Description |
|---|
NodeIterator(NodeList nodeList)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Node |
findNext()
This method tries to find the
next element. |
findFirst, hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected Node findNext()
AbstractIteratornext element.findNext in class AbstractIterator<Node>null if done.Copyright © 2001–2016 mmm-Team. All rights reserved.