EntityReference : Node

Represents an Entity Reference in a document.

Browser/User Agent Support

IEMozillaNetscapeOperaSafariNetscapte
no1.0+6.0+nonono

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
Represents an Entity Reference in a document.
no1.0+6.0+nonono
 

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

Constructor Detail

EntityReference EntityReference()

Represents an Entity Reference in a document.

Visibility
internal