Skip to content
SiteEmail

NodeList

Module: JavaScript DOM API

List of nodes.

#include <NodeList.idl>

Inherited by HTMLCollection

Name
getter Nodeitem(unsigned long index)
Get a node in the list.
Name
readonly attribute unsigned longlength
the count of nodes in the list
getter Node item(
unsigned long index
)

Get a node in the list.

Parameters:

  • index index of the item

Return: the node at index

readonly attribute unsigned long length;

the count of nodes in the list