#include <Pt/Xml/Notation.h>
A notation declaration in a DTD.
Public Member Functions | |
| Notation (const Pt::String &name) | |
| Constructs with notation name. | |
| const Pt::String & | name () const |
| Returns the name of the notation. | |
| const Pt::String & | publicId () const |
| Returns the public ID of the notation. | |
| void | setPublicId (const Pt::String &pubId) |
| Sets the public ID of the notation. | |
| void | setSystemId (const Pt::String &sysId) |
| Sets the system ID of the notation. | |
| const Pt::String & | systemId () const |
| Returns the system ID of the notation. | |