29 #ifndef Pt_Xml_Notation_h
30 #define Pt_Xml_Notation_h
32 #include <Pt/Xml/Api.h>
33 #include <Pt/String.h>
63 { _publicId = pubId; }
73 { _systemId = sysId; }
85 #endif // Pt_Xml_Notation_h
const Pt::String & systemId() const
Returns the system ID of the notation.
Definition: Notation.h:67
void setPublicId(const Pt::String &pubId)
Sets the public ID of the notation.
Definition: Notation.h:62
const Pt::String & publicId() const
Returns the public ID of the notation.
Definition: Notation.h:57
Unicode capable basic_string.
Definition: String.h:42
const Pt::String & name() const
Returns the name of the notation.
Definition: Notation.h:52
Notation(const Pt::String &name)
Constructs with notation name.
Definition: Notation.h:46
void setSystemId(const Pt::String &sysId)
Sets the system ID of the notation.
Definition: Notation.h:72
A notation declaration in a DTD.
Definition: Notation.h:41