Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
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 |
|
String |
|
public String getPublicId()
The public identifier of this notation. If the public identifier was not specified, this isnull
.
public String getSystemId()
The system identifier of this notation. If the system identifier was not specified, this isnull
. This may be an absolute URI or not.