Interface Notation
This interface represents a notation declared in the DTD. A notation either
declares, by name, the format of an unparsed entity or is used for formal
declaration of processing instruction targets. The nodeName
attribute
inherited from Node
is set to the declared name of the notation.
The DOM Core does not support editing Notation
nodes; they are therefore readonly.
A Notation
node does not have any parent.
Template arguments
interface Notation(DOMString);
Properties
Name | Type | Description |
---|---|---|
publicId
[get]
|
DOMString |
The public identifier of this notation. If the public identifier was not specified, this is null .
|
systemId
[get]
|
DOMString |
The system identifier of this notation. If the system identifier was not
specified, this is null . This may be an absolute URI or not.
|
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --