org.w3c.dom
public interface Notation extends Node
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.
See also the Document Object Model (DOM) Level 3 Core Specification.
Method Summary | |
---|---|
String | getPublicId()
The public identifier of this notation. |
String | getSystemId()
The system identifier of this notation. |
null
.null
. This may be an absolute URI
or not.