| Platform | Since |
|---|---|
| Android | 0.9 |
| iPhone | 0.9 |
| iPad | 0.9 |
| Mobile Web | 1.8 |
The top level XML module. The XML module is used parsing and processing XML-based content.
| Name | Summary |
|---|---|
| Titanium.XML.Attr |
Proxy representing an attribute of an Element, as defined in the DOM Level 2 specification. (Android, iPhone, iPad only.) |
| Titanium.XML.CharacterData |
An interface extending |
| Titanium.XML.DOMImplementation |
The |
| Titanium.XML.Document |
The DOM Document returned from |
| Titanium.XML.DocumentType |
Each |
| Titanium.XML.Element |
Represents an element in a DOM document, a |
| Titanium.XML.Entity |
This interface represents an entity, either parsed or unparsed, in an XML document. Note that this models the entity itself not the entity declaration. The nodeName attribute that is inherited from Node contains the name of the entity. An Entity node does not have any parent. This conforms to the DOM Level 2 defintion of a DOM Entity. (Android, iPhone, iPad only.) |
| Titanium.XML.NamedNodeMap |
A key-value paired map that maps String objects to |
| Titanium.XML.Node |
A single node in the [Document|Titanium.XML.Document] tree. For full property and method description, see the [DOM Level 2 API|http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-1950641247]. (Android, iPhone, iPad only.) |
| Titanium.XML.NodeList |
A list of |
| Titanium.XML.Notation |
represents a notation declared in the DTD. See DOM Level 2 Spec (Android, iPhone, iPad only.) |
| Titanium.XML.ProcessingInstruction |
a way to keep processor-specific information in the text of the document. See DOM Level 2 Spec (Android, iPhone, iPad only.) |
| Titanium.XML.Text |
Represents the textual content of an |
| Name | Summary |
|---|---|
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| parseString |
Parses an XML string into a |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| serializeToString |
Serializes a |