Dom Nodelist
# XML DOM β NodeList Object
* * *
The NodeList object represents an ordered list of nodes.
* * *
## NodeList Object
Nodes in the node list can be accessed by their corresponding index numbers (counting starts from 0).
The node list can keep itself updated. If the node list or the XML document changes, the node list will automatically reflect these changes.
YouTip