| Constructor and Description |
|---|
NodeListImpl()
Creates a new instance of NodeListImpl
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Node node)
add node to the end of NodeList
|
int |
getLength()
get the size of the nodeList
|
Node |
item(int i)
get the ith item from NodeList
|
void |
merge(NodeList nodeList) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.