com.mindoo.remote.api.tools.iterators
Class NodeListIterator

java.lang.Object
  extended by com.mindoo.remote.api.tools.iterators.NodeListIterator
All Implemented Interfaces:
java.util.Iterator<org.w3c.dom.Node>

public class NodeListIterator
extends java.lang.Object
implements java.util.Iterator<org.w3c.dom.Node>

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

NodeListIterator

public NodeListIterator(org.w3c.dom.NodeList list)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<org.w3c.dom.Node>

next

public org.w3c.dom.Node next()
Specified by:
next in interface java.util.Iterator<org.w3c.dom.Node>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<org.w3c.dom.Node>