Skip to main content

class NodeList

Represents child nodes of an element. Supports for/of enumeration of nodes.

properties:

length

read-only, integer, number of child nodes.

methods:

item()

element.childNodes.item(n:integer): Node

returns Nth node of the element.