fr.improve.xdi.encutils
Class NodesIterator

java.lang.Object
  extended byfr.improve.xdi.encutils.NodesIterator
All Implemented Interfaces:
java.util.Iterator, Iterator

public class NodesIterator
extends java.lang.Object
implements Iterator

Author:
Sébastien Letélié

Constructor Summary
NodesIterator(org.w3c.dom.NodeList[] in_lists)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodesIterator

public NodesIterator(org.w3c.dom.NodeList[] in_lists)
Method Detail

remove

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

hasNext

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

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

reset

public void reset()
Specified by:
reset in interface Iterator


Copyright © 2004-2005 Improve. All Rights Reserved.