Titanium.XML.DOMImplementation

Object of Titanium.XML.
Platform Since
Android 1.8
iPhone 1.8
iPad 1.8

Summary

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.

Methods

Name Summary
addEventListener

Adds the specified callback as an event listener for the named event.

createDocument

Creates an Titanium.XML.Document object of the specified type with its document element. Raises an exception if qualifiedName is malformed, contains an illegal character, or is inconsistent with namespaceURI. Also raises an exception if doctype has already been used with a different document.

createDocumentType

Creates an empty Titanium.XML.DocumentType node. Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur. Raises an exception if qualifiedName is malformed or contains an illegal character.

fireEvent

Fires a synthesized event to any registered listeners.

hasFeature

Test if the Titanium.XML.DOMImplementation implements a specific feature.

removeEventListener

Removes the specified callback as an event listener for the named event.

Properties

This type has no properties.

Events

This type has no events.