Class NodeListIterator

java.lang.Object
org.apache.commons.collections4.iterators.NodeListIterator
All Implemented Interfaces:
Iterator<Node>

public class NodeListIterator extends Object implements Iterator<Node>
An Iterator over a NodeList.

This iterator does not support remove() as a NodeList does not support removal of items.

Since:
4.0
See Also: