Notation : Node
Return to: HTML DOM Level 2 index

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
Represents an XML Notation in a document.
Show Details no 1.0+ 7.0+ no no no

Notation() : Notation

Represents an XML Notation in a document.

Returns
Notation

Visibility
internal

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
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

systemId : String
System identifier for this notation, if specified.
Show Details no 1.0+ 7.0+ no no no
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

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

text_javascript aptana_docs