NodeList
Module: JavaScript DOM API
List of nodes.
#include <NodeList.idl>
Inherited by HTMLCollection
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| getter Node | item(unsigned long index) Get a node in the list. |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| readonly attribute unsigned long | length the count of nodes in the list |
Public Functions Documentation
Section titled “Public Functions Documentation”function item
Section titled “function item”getter Node item( unsigned long index)Get a node in the list.
Parameters:
- index index of the item
Return: the node at index
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable length
Section titled “variable length”readonly attribute unsigned long length;the count of nodes in the list
© 2026 Coherent Labs. All rights reserved.