org.jboss.weld.util.dom
Class NodeListIterator

java.lang.Object
  extended by org.jboss.weld.util.dom.NodeListIterator
All Implemented Interfaces:
Iterator<Node>

public class NodeListIterator
extends Object
implements Iterator<Node>


Constructor Summary
NodeListIterator(NodeList nodeList)
           
 
Method Summary
 boolean hasNext()
           
 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(NodeList nodeList)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Node>

next

public Node next()
Specified by:
next in interface Iterator<Node>

remove

public void remove()
Specified by:
remove in interface Iterator<Node>


Copyright © 2013 Seam Framework. All Rights Reserved.