| 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.CDATASection |
Used to include blocks of literal text containing characters that would otherwise need to be escaped. (Android, iPhone, iPad only.) |
| Titanium.XML.CharacterData |
An interface extending |
| Titanium.XML.Comment |
Represents the contents of an XML comment. (Android, iPhone, iPad only.) |
| Titanium.XML.DOMImplementation |
The |
| Titanium.XML.Document |
The DOM Document returned from |
| Titanium.XML.DocumentFragment |
A lightweight document object used as a container for a group of nodes. (Android, iPhone, iPad only.) |
| 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.EntityReference |
Represents an XML entity reference. (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. (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 |