 Loading...
Class NodeList
The NodeList interface provides the abstraction of an ordered collection of nodes.
Members Table
The following table lists the members exposed by the NodeList object.
|
Show:
|
Property |
Type |
Readonly |
Description |
length |
Number |
true |
The number of nodes in the list. |
Method |
Returns |
Description |
item
|
Node
|
Returns the indexth item in the collection. |
Sytaxis:
object.item(index) Arguments:
Name |
Type |
O/R |
Description |
index |
Number |
Required |
Index into the collection. |
|
Event |
B |
C |
Interface |
Description |
Constant |
Value |
Description |
|
|