Represents an XML Notation in a document.
Browser/User Agent Support
| IE | Mozilla | Netscape | Opera | Safari | Netscapte | no | 1.0+ | 7.0+ | no | no | no |
|---|
Constructors
| Constructor | IE | Mozilla | Netscape | Opera | Safari | Netscapte |
|---|---|---|---|---|---|---|
Represents an XML Notation in a document. | no | 1.0+ | 7.0+ | no | no | no |
Properties
| Property | IE | Mozilla | Netscape | Opera | Safari | Netscapte |
|---|---|---|---|---|---|---|
Public identifier for this notation, if specified. | no | 1.0+ | 7.0+ | no | no | no |
System identifier for this notation, if specified. | 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
Constructor Detail
Property Detail
String publicId - read only
Public identifier for this notation, if specified.
- Remarks
- If a public identifier was used within this notation (e.g.
]]>), then the public component (in this example, the"gif viewer"string) will be assigned to this property. - Availability
HTML DOM Level 1 | HTML DOM Level 2 | W3C
String systemId - read only
System identifier for this notation, if specified.
- Remarks
- If a system identifier was used in this notation (for instance, if this notation represents the path to the application a specific processing instruction is intended for), that value is stored in this property. It is null if no system identifier was supplied.
- Availability
HTML DOM Level 1 | HTML DOM Level 2 | W3C
