Package jp.vmi.selenium.selenese.parser
Class NodeIterator
- java.lang.Object
-
- jp.vmi.selenium.selenese.parser.NodeIterator
-
-
Constructor Summary
Constructors Constructor Description NodeIterator(NodeList nodeList)Constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Iterable<Node>each(NodeList nodeList)Wrap DOM the node list with Iterable.booleanhasNext()Nodenext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
NodeIterator
public NodeIterator(NodeList nodeList)
Constructor.- Parameters:
nodeList- DOM node list.
-
-