Titanium.XML

submodule of Titanium
           
0.9

The top level XML module. The XML module is used parsing and processing XML-based content.

Objects

Name Description
Titanium.XML.DOMDocument

The DOMDocument returned from Titanium.XML.parseString. The result is an object that implementes the DOM Level 2 API.

Methods

Name Description
addEventListener add an event listener for the instance to receive view triggered events
fireEvent fire a synthesized event to the views listener
parseString

parse an XML string into a DOMDocument

removeEventListener remove a previously added event listener

Properties

This module has no properties

Events

This module has no events