org.jboss.weld.util.dom
Class NodeListIterable
java.lang.Object
org.jboss.weld.util.dom.NodeListIterable
- All Implemented Interfaces:
- Iterable<Node>
public class NodeListIterable
- extends Object
- implements Iterable<Node>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeListIterable
public NodeListIterable(NodeList nodeList)
iterator
public Iterator<Node> iterator()
- Specified by:
iterator
in interface Iterable<Node>
Copyright © 2013 Seam Framework. All Rights Reserved.