XMLDOMNotation Object
The XMLDOMNotation object represents a notation declared in the DTD with the declaration <!NOTATION>. The XMLDOMNotation object implements the IXMLDOMNotation interface that inherits all the methods and properties of the IXMLDOMNode interface and extends the IXMLDOMNode interface with the following properties:
Additional IXMLDOMNotation Properties
| Name | Description |
|---|---|
| publicID | Returns the value of the PUBLIC identifier for the notation node |
| systemID | Returns the value of the SYSTEM identifier for the notation node |