org.kde.koala
public class 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.UNKNOWN: This interface represents a notation declared in the DTD.
Constructor Summary | |
---|---|
protected | Notation(Class dummy) |
Notation() | |
Notation(Notation other) | |
Notation(Node other) |
Method Summary | |
---|---|
String | publicId()
The public identifier of this notation. |
String | systemId()
The system identifier of this notation. |
null
.UNKNOWN: The public identifier of this notation.
null
.UNKNOWN: The system identifier of this notation.