| Constructor and Description |
|---|
NodeList() |
| Modifier and Type | Method and Description |
|---|---|
<N extends Node<N>> |
get(int index) |
int |
getLength()
This attribute specifies the length or size of the list.
|
T |
item(int index)
This method retrieves a node specified by ordinal index.
|
int |
size() |
@JsProperty(name="length") public int getLength()
public T 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.@JsOverlay public final int size()
@JsOverlay public final <N extends Node<N>> N get(int index)
Copyright © 2018 Xalys. All rights reserved.