org.w3c.dom.NodeListpublic class DOMNodeListImpl
extends java.lang.Object
implements org.w3c.dom.NodeList
NodeList are accessible via an integral index, starting from 0.| Modifier | Constructor | Description |
|---|---|---|
protected |
DOMNodeListImpl(Node parent) |
Instantiates a new DOM node list.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getLength() |
|
org.w3c.dom.Node |
item(int index) |
protected DOMNodeListImpl(Node parent)
parent - parent Node