org.xerial.util.xml.dom
Class IterableNodeList
java.lang.Object
org.xerial.util.xml.dom.IterableNodeList
- All Implemented Interfaces:
- Iterable<Node>, NodeList
public class IterableNodeList
- extends Object
- implements Iterable<Node>, NodeList
- Author:
- leo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IterableNodeList
public IterableNodeList(NodeList nodeList)
iterator
public Iterator<Node> iterator()
- Specified by:
iterator in interface Iterable<Node>
item
public Node item(int index)
- Specified by:
item in interface NodeList
getLength
public int getLength()
- Specified by:
getLength in interface NodeList

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.