org.jboss.weld.util.dom
Class NodeListIterable

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

public class NodeListIterable
extends Object
implements Iterable<Node>


Constructor Summary
NodeListIterable(NodeList nodeList)
           
 
Method Summary
 Iterator<Node> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeListIterable

public NodeListIterable(NodeList nodeList)
Method Detail

iterator

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


Copyright © 2013 Seam Framework. All Rights Reserved.