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