ZVON > References > DOM2 Reference

Entity (interface )

Type of the interface:   extended

Own properties:
attributes  -  notationName, publicId, systemId
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:
This interface represents an entity, either parsed or unparsed, in an XML document. Note that this models the entity itself not the entity declaration. Entity declaration modeling has been left for a later Level of the DOM specification.

Note:
The nodeName attribute that is inherited from Node contains the name of the entity.