ZVON > References > DOM1 Reference

EntityReference (interface)

Type of the interface:   extended

Own properties:
attributes  -  none
methods  -  none

Inherited properties:
attributes  -  nodeName, nodeValue, nodeType, parentNode, childNodes, firstChild, lastChild, previousSibling, nextSibling, attributes, ownerDocument
methods  -  insertBefore, replaceChild, removeChild, appendChild, hasChildNodes, cloneNode

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.