WebIDLpedia

NodeList interface

Definition

DOM Standard defines NodeList



[Exposed=Window]
interface NodeList {
  getter Node? item(unsigned long index);
  readonly attribute unsigned long length;
  iterable<Node>;
};

Methods and attributes that return objects implementing NodeList

Referring IDL interfaces/dictionaries

Referring specifications