Titanium.XML.NodeList

Object of Titanium.XML.
Platform Since
Android 0.9
iPhone 0.9
iPad 0.9

Summary

A list of Titanium.XML.Node objects. This conforms to the DOM Level 2 definition of a DOM NodeList.

Methods

Name Summary
addEventListener

Adds the specified callback as an event listener for the named event.

fireEvent

Fires a synthesized event to any registered listeners.

getLength

Gets the value of the length property.

item

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

removeEventListener

Removes the specified callback as an event listener for the named event.

Properties

Name Type Summary
length Number

The length of the node list. read-only

Events

This type has no events.