Interface NodeList

The NodeList interface abstracts an ordered collection of nodes. Note that changes to the underlying nodes will change the nodes contained in a NodeList. The DOM2-Core refers to this as being live.

o ixmlNodeList_item
Retrieves a Node from a NodeList specified by a numerical index.
o ixmlNodeList_length
Returns the number of Nodes in a NodeList.
o ixmlNodeList_free
Frees a NodeList object.

Alphabetic index



This page was generated with the help of DOC++.