# 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. Implements the DOM Level 2 API on Android and iOS.

Availability
0.9
0.9
9.2.0

# Properties

# notationName READONLY

Availability
0.9
0.9
9.2.0
notationName :String

For unparsed entities, the name of the notation for the entity. For parsed entities, this is null.


# publicId READONLY

Availability
0.9
0.9
9.2.0
publicId :String

The public identifier associated with the entity, if specified. If the public identifier was not specified, this is null.


# systemId READONLY

Availability
0.9
0.9
9.2.0
systemId :String

The system identifier associated with the entity, if specified. If the system identifier was not specified, this is null.