Notation : Node

Represents an XML Notation in a document.

Browser/User Agent Support

IEMozillaNetscapeOperaSafariNetscapte
no1.0+7.0+nonono

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
Represents an XML Notation in a document.
no1.0+7.0+nonono
 

Properties

PropertyIEMozillaNetscapeOperaSafariNetscapte
Public identifier for this notation, if specified.
no1.0+7.0+nonono
 
System identifier for this notation, if specified.
no1.0+7.0+nonono
 

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

DocumentType

Availability

HTML DOM Level 1 | HTML DOM Level 2 | W3C

Constructor Detail

Notation Notation()

Represents an XML Notation in a document.

Visibility
internal

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