Represents an XML Notation in a document.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | Chrome | no | 1.0+ | 7.0+ | no | no | no |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | ||
|---|---|---|---|---|---|---|---|---|---|
|
Notation Constructor() : Notation
Represents an XML Notation in a document.
|
Show Details | no | 1.0+ | 7.0+ | no | no | no | ||
Notation() : NotationRepresents an XML Notation in a document. Returns
|
|||||||||
Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome |
|---|---|---|---|---|---|---|---|
|
publicId
: String
Public identifier for this notation, if specified.
|
Show Details | no | 1.0+ | 7.0+ | no | no | no |
|
|||||||
|
systemId
: String
System identifier for this notation, if specified.
|
Show Details | no | 1.0+ | 7.0+ | no | no | no |
|
|||||||
Remarks
This object represents a DTD notation. Notations are used in XML documents for defining entity and attribute-list
declarations, among other aspects of DTDs (Document Type Definition), and appear like <!NOTATION name ...>.
They can be used to identify the format of unparsed entities, elements with a notation attribute, or specific processing
instructions.
References
Availability
HTML DOM Level 1|HTML DOM Level 2|W3C