org.w3c.dom.NodeListpublic class ListNodeList
extends java.lang.Object
implements org.w3c.dom.NodeList
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.List |
list |
| Constructor | Description |
|---|---|
ListNodeList(java.util.List list) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getLength() |
DOM: Implements
NodeList.getLength(). |
org.w3c.dom.Node |
item(int index) |
DOM: Implements
NodeList.item(int). |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.