Titanium.XML.NodeList.item

Function of Titanium.XML.NodeList.
Platform Since
Android 0.9
iPhone 0.9
iPad 0.9

Summary

Returns the Titanium.XML.Node object at the specified index.

Arguments

Name Type Summary
index Number

The index of the node to retrieve. Indexing starts at 0.

Return Type