2.11 Notation

The Notation interface inherits from the Node interface and represents a notation declared in the DTD. A notation does one of the following:

The nodeName attribute inherited from Node is set to the declared name of the notation.

Notation nodes are read-only.

A Notation node does not have a parent.