|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mindoo.remote.api.tools.iterators.NodeListIterator
public class NodeListIterator
Internal utility class. Not part of the public API.
Constructor Summary | |
---|---|
NodeListIterator(org.w3c.dom.NodeList list)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
org.w3c.dom.Node |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeListIterator(org.w3c.dom.NodeList list)
Method Detail |
---|
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>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |