XML FOR DOMINO
The DOM Level 1 does not support editing Notation nodes; they are therefore Read-only.
A Notation node does not have any parent.
Methods
getPublicID
getSystemID
The public identifier of this notation. If the public identifier was not specified, this is null.
Syntax:
public java.lang.String getPublicId()
The system identifier of this notation. If the system identifier was not specified, this is null.
public java.lang.String getSystemId()