# Titanium.XML.NodeList
A list of Titanium.XML.Node objects. Implements the DOM Level 2 API on Android and iOS.
# Methods
# item
item(index) → Titanium.XML.Node
Returns the Titanium.XML.Node object at the specified index.
Parameters
Name | Type | Description |
---|---|---|
index | Number | The index of the node to retrieve. Indexing starts at 0. |
Returns
The node at the index, or null
if the index is out of bounds.
- Type
- Titanium.XML.Node