public class JsNodeList extends JsIndexable implements NodeList, Indexable
Modifier | Constructor and Description |
---|---|
protected |
JsNodeList() |
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Reflects the number of elements in the NodeList.
|
JsNode |
item(int index)
Returns an item in the list by its index, or
null if out-of-bounds. |
at, at, intAt, intAt, length, numberAt, numberAt, setAt, setAt, setAt, setAt, setAt, setAt
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public final int getLength()
NodeList
Copyright © 2018. All rights reserved.