Inheritance diagram for IDOM_Notation:

Public Methods | |
Get functions. | |
| virtual const XMLCh * | getPublicId () const=0 |
| virtual const XMLCh * | getSystemId () const=0 |
Protected Methods | |
| IDOM_Notation (const IDOM_Notation &other) | |
| IDOM_Notation & | operator= (const IDOM_Notation &other) |
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.
|
|
Get the public identifier of this notation.
If the public identifier was not specified, this is
|
|
|
Get the system identifier of this notation.
If the system identifier was not specified, this is
|
1.3-rc1