Titanium.XML.Notation

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

Summary

represents a notation declared in the DTD. See DOM Level 2 Spec

Methods

Name Summary
addEventListener

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

fireEvent

Fires a synthesized event to any registered listeners.

getPublicId

Gets the value of the publicId property.

getSystemId

Gets the value of the systemId property.

removeEventListener

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

Properties

Name Type Summary
publicId String

The public identifier of this notation. If the public identifier was not specified, this is null. read-only

systemId String

The system identifier of this notation. If the system identifier was not specified, this is null. read-only

Events

This type has no events.