ZVON > References > DOM2 Reference

EntityReference (interface )

Type of the interface:   extended

Own properties:
attributes  -  none
methods  -  none

Inherited properties:
attributes  -  attributes, childNodes, firstChild, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentNode, prefix, previousSibling
methods  -  appendChild, cloneNode, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild

Description:
EntityReferences contains the name of the Entity from <!ENTITY foo SYSTEM "foo.xml"> (they are the referencies to entities in document). Please note that character references and references to predefined entities are considered to be expanded by the HTML or XML processor so that characters are represented by their Unicode equivalent rather than by an entity reference.

Note:
As for Entity nodes, EntityReference nodes and all their descendants are readonly.