The DocumentType interface in the DOM level 1 Core provides an interface to the list of Entities and Notations that are defined for the document.
IDL Definition
interface DocumentType : Node {
readonly attribute DOMString name;
readonly attribute NamedNodeMap entities;
readonly attribute NamedNodeMap notations;
}; Semantic Requirements
Attributes
If you have comments or suggestions, email me at mbrady@nist.gov