| Platform | Since |
|---|---|
| Android | 1.8 |
| iPhone | 1.8 |
| iPad | 1.8 |
The Titanium.XML.DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model. This conforms to the DOM Level 2 defintion of a DOM DOMImplementation.
| Name | Summary |
|---|---|
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| createDocument |
Creates an |
| createDocumentType |
Creates an empty |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| hasFeature |
Test if the |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |