# Titanium.XML.NodeList

A list of Titanium.XML.Node objects. Implements the DOM Level 2 API on Android and iOS.

Availability
0.9
0.9
9.2.0

# Properties

# length READONLY

Availability
0.9
0.9
9.2.0
length :Number

The length of the node list.

# Methods

# item

Availability
0.9
0.9
9.2.0
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.