|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.xml.IterableNodeList
public class IterableNodeList
This class is used to convert the NodeList
into something
that can be iterated
Constructor Summary | |
---|---|
IterableNodeList(org.w3c.dom.NodeList list)
The constructor |
Method Summary | |
---|---|
int |
getLength()
|
org.w3c.dom.Node |
item(int index)
|
java.util.Iterator<org.w3c.dom.Node> |
iterator()
Get a node iterator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IterableNodeList(org.w3c.dom.NodeList list)
list
- The node list been wrappedMethod Detail |
---|
public java.util.Iterator<org.w3c.dom.Node> iterator()
iterator
in interface java.lang.Iterable<org.w3c.dom.Node>
public org.w3c.dom.Node item(int index)
item
in interface org.w3c.dom.NodeList
public int getLength()
getLength
in interface org.w3c.dom.NodeList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |