XML DOM: Notation Object
The Notation object provides a scope to recognize the format of elements with a notation attribute, a particular processing instruction or a non-XML data.
note
The Node Object properties and methods can be performed on the Notation Object since that is also considered as a Node.
This object inherits methods and properties from Node.
Properties
Property | Description |
---|---|
publicID | It gives the name of the public identifier associated with the notation. |
systemID | It gives the name of the system identifier associated with the notation. |