Entity object (Object/DOM)

An entity is an item in an XML document. This object encapsulates the XML entity.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 5.0
Internet Explorer - 5.0
Netscape - 6.0
Inherits from:Node object
JavaScript syntax:-myEntity = new Entity()
Object properties:notationName, publicId, systemId

DOM level 3 is expecting to add the following properties:

PropertyJavaScriptJScriptNIEOperaNESECMADOMCSSHTMLNotes
notationName1.5 1.55.0 5.06.0 6.05.0 5.0 n/a n/a n/a1 1 n/a n/aReadOnly
publicId1.5 1.55.0 5.06.0 6.05.0 5.0 n/a n/a n/a1 1 n/a n/aReadOnly
systemId1.5 1.55.0 5.06.0 6.05.0 5.0 n/a n/a n/a1 1 n/a n/aReadOnly

Inheritance chain:

Node object