29#ifndef Pt_Xml_Notation_h
30#define Pt_Xml_Notation_h
32#include <Pt/Xml/Api.h>
63 { _publicId = pubId; }
73 { _systemId = sysId; }
Unicode capable basic_string.
Definition Api-String.h:67
const Pt::String & systemId() const
Returns the system ID of the notation.
Definition Notation.h:67
void setSystemId(const Pt::String &sysId)
Sets the system ID of the notation.
Definition Notation.h:72
const Pt::String & publicId() const
Returns the public ID of the notation.
Definition Notation.h:57
const Pt::String & name() const
Returns the name of the notation.
Definition Notation.h:52
void setPublicId(const Pt::String &pubId)
Sets the public ID of the notation.
Definition Notation.h:62
Notation(const Pt::String &name)
Constructs with notation name.
Definition Notation.h:46
Read and write XML ducuments.
Core module.
Definition Allocator.h:33