public class NodeListIterator extends UnmodifiableIterator<Node>
NodeListIterator(NodeList nodeList)
boolean
hasNext()
Node
next()
remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public NodeListIterator(NodeList nodeList)
public boolean hasNext()
public Node next()
Copyright © 2020. All rights reserved.