Library: FastInfoset
Package: FastInfoset
Header: Poco/FastInfoset/Notation.h
Stores data for a Notation event.
Member Functions: getName, getPublicId, getSystemId, setName, setPublicId, setSystemId
Notation();
Creates the Notation.
Notation(
const std::string & name,
const std::string & publicId,
const std::string & systemId
);
Creates the Notation.
~Notation();
Destroys the Notation.
const std::string & getName() const;
Returns the name of the notation
const std::string & getPublicId() const;
Returns the publicId
const std::string & getSystemId() const;
Returns the systemId
void setName(
const std::string & val
);
Sets the notation name
void setPublicId(
const std::string & val
);
Sets the publicId
void setSystemId(
const std::string & val
);
Sets the systemId