org.w3c.dom
public interface Notation extends Node
nodeName attribute inherited from
Node is set to the declared name of the notation.
The DOM Level 1 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 2 Core Specification.
| Method Summary | |
|---|---|
| String | getPublicId()
The public identifier of this notation. |
| String | getSystemId()
The system identifier of this notation. |
null.null.