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

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

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


Constructor Summary
DOMNodeListDelegate.DOMNodeListKeyIterator(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.DOMNodeListKeyIterator

public DOMNodeListDelegate.DOMNodeListKeyIterator(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>