org.xiruss.util
Class ElementIterator

java.lang.Object
  extended by org.xiruss.util.ElementIterator

public class ElementIterator
extends java.lang.Object

Provides an iterator that returns Element nodes.


Constructor Summary
ElementIterator(java.util.Iterator iter)
           
 
Method Summary
 boolean hasNext()
           
 org.w3c.dom.Element next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementIterator

public ElementIterator(java.util.Iterator iter)
Method Detail

hasNext

public boolean hasNext()

next

public org.w3c.dom.Element next()