public final class IterableNodeList
extends java.lang.Object
implements java.lang.Iterable<org.w3c.dom.Node>
Modifier and Type | Class and Description |
---|---|
private class |
IterableNodeList.NodeListIterator |
Modifier and Type | Field and Description |
---|---|
private int |
length |
private org.w3c.dom.NodeList |
nl |
Constructor and Description |
---|
IterableNodeList(org.w3c.dom.NodeList nl) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<org.w3c.dom.Node> |
asList(org.w3c.dom.NodeList l)
Turns the NodeList into a list.
|
java.util.Iterator<org.w3c.dom.Node> |
iterator() |