Notation object (Object/DOM)

Notations are decalred in the DTD and are encapsulated in these Notation objects.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 5.0
Internet Explorer - 5.0
Netscape - 6.0
Inherits from:Node object
JavaScript syntax:-myNotation = new Notation()
Object properties:publicId, systemId

See also:Doctype object, Doctype.notations[]

PropertyJavaScriptJScriptNIEOperaNESECMADOMCSSHTMLNotes
publicId1.5 1.55.0 5.06.0 6.05.0 5.0 n/a n/a n/a1 1 n/a n/aReadOnly.
systemId1.5 1.55.0 5.06.0 6.05.0 5.0 n/a n/a n/a1 1 n/a n/aReadOnly.

Inheritance chain:

Node object