public class NodeListIterator extends Object implements Iterator<Node>
NodeListIterator(NodeList nodeList)
boolean
hasNext()
Node
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NodeListIterator(NodeList nodeList)
public boolean hasNext()
hasNext
Iterator<Node>
public Node next()
next
public void remove()
remove
Copyright © 2013 Seam Framework. All rights reserved.