com.caucho.quercus.lib.dom
Class DOMNodeListDelegate.DOMNodeListValueIterator

java.lang.Object
  extended by com.caucho.quercus.lib.dom.DOMNodeListDelegate.DOMNodeListValueIterator
All Implemented Interfaces:
java.util.Iterator<Value>
Enclosing class:
DOMNodeListDelegate

public class DOMNodeListDelegate.DOMNodeListValueIterator
extends java.lang.Object
implements java.util.Iterator<Value>


Constructor Summary
DOMNodeListDelegate.DOMNodeListValueIterator(Env env, DOMNodeList list)
           
 
Method Summary
 boolean hasNext()
           
 Value next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMNodeListDelegate.DOMNodeListValueIterator

public DOMNodeListDelegate.DOMNodeListValueIterator(Env env,
                                                    DOMNodeList list)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<Value>

next

public Value next()
Specified by:
next in interface java.util.Iterator<Value>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<Value>