| Platform | Since |
|---|---|
| Android | 0.9 |
| iPhone | 0.9 |
| iPad | 0.9 |
A list of Titanium.XML.Node objects. This conforms to the DOM Level 2 definition of a DOM NodeList.
| 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 |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| Name | Type | Summary |
|---|---|---|
| length | Number |
The length of the node list. read-only |