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() : EntityReferenceRepresents an Entity Reference in a document. Returns
|
|||||||||
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
Availability
HTML DOM Level 2|W3C