| Constructor and Description |
|---|
NodeList() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
This attribute specifies the length or size of the list.
|
Node |
item(int index)
This method retrieves a node specified by ordinal index.
|
public NodeList()
@JsProperty public int getLength()
public Node item(int index)
index - The index of the node to be fetched. The index origin is 0.Node at the corresponding position upon success.
A value of null is returned if the index is out of range.Copyright © 2017. All rights reserved.