Interface NodeList
The NodeList interface provides the abstraction of an ordered collection of nodes. NodeList objects in the DOM are "live", in that any changes to the document tree are immediately reflected in any NodeLists that may have been created for that tree.
The items in the NodeList are accessible via an integral index, starting from 0.
item
get_length
e-Mail: denny@nodix.de
|