The DOMNotation object represents a notation (<!NOTATION .. >) declared in the DTD. A notation either declares, by name, the format of an unparsed entity, or is used for formal declaration of processing instruction targets. The nodeName attribute inherited from Node is set to the declared name of the notation.
The DOMNotation object inherits the properties and methods of the DOMNode object.
Instance Properties
publicID |
Stores the public identifier of the DOMNotation (or NULL if the identifier was not specified). |
systemID |
Stores the system identifier of the DOMNotation (or NULL if the identifier was not specified). |
|
|