EntityReference : Node
Return to: HTML DOM Level 2 index

Represents an Entity Reference in a document.

Platform Support

IE Mozilla Netscape Opera Safari Chrome
no 1.0+ 6.0+ no no no

Constructors

Constructor Action IE Mozilla Netscape Opera Safari Chrome
EntityReference Constructor() : EntityReference
Represents an Entity Reference in a document.
Show Details no 1.0+ 6.0+ no no no

EntityReference() : EntityReference

Represents an Entity Reference in a document.

Returns
EntityReference

Visibility
internal

Remarks

This object represents an entity reference that refers to an Entity within the document. Entity references are nodes within the DOM tree that essentially copies the nodes contained in an entity to as many locations within the document as is needed. As with Entity objects, the children nodes of entity references are read-only.

References

DocumentType

Availability

HTML DOM Level 2|W3C

text_javascript aptana_docs