public class NodeListIterator
extends java.lang.Object
implements java.util.Iterator<org.w3c.dom.Node>
| Constructor and Description |
|---|
NodeListIterator(org.w3c.dom.NodeList nodeList) |
public boolean hasNext()
hasNext in interface java.util.Iterator<org.w3c.dom.Node>public org.w3c.dom.Node next()
next in interface java.util.Iterator<org.w3c.dom.Node>public void remove()
remove in interface java.util.Iterator<org.w3c.dom.Node>Copyright © 2013 Seam Framework. All Rights Reserved.