Package jp.vmi.selenium.selenese.parser
Class NodeIterator
java.lang.Object
jp.vmi.selenium.selenese.parser.NodeIterator
public class NodeIterator extends Object implements Iterator<Node>
DOM node list wrapper for iteration.
-
Constructor Summary
Constructors Constructor Description NodeIterator(NodeList nodeList)Constructor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
NodeIterator
Constructor.- Parameters:
nodeList- DOM node list.
-
-
Method Details