org.jboss.weld.util.dom
Class NodeListIterable

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

public class NodeListIterable
extends java.lang.Object
implements java.lang.Iterable<org.w3c.dom.Node>


Constructor Summary
NodeListIterable(org.w3c.dom.NodeList nodeList)
           
 
Method Summary
 java.util.Iterator<org.w3c.dom.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(org.w3c.dom.NodeList nodeList)
Method Detail

iterator

public java.util.Iterator<org.w3c.dom.Node> iterator()
Specified by:
iterator in interface java.lang.Iterable<org.w3c.dom.Node>


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