Notation Class Reference

#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::Stringname () const
 Returns the name of the notation.
 
const Pt::StringpublicId () 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::StringsystemId () const
 Returns the system ID of the notation.