org.jboss.weld.util.dom
Class NodeListIterator

java.lang.Object
  extended by org.jboss.weld.util.dom.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>


Constructor Summary
NodeListIterator(org.w3c.dom.NodeList nodeList)
           
 
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 nodeList)
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>


Copyright © 2008-2009 Seam Framework. All Rights Reserved.