File Information
Library: FastInfoset
Package: FastInfoset
Header: Poco/FastInfoset/UnparsedEntity.h
Description
Stores data fro an UnparsedEntity event
Member Summary
Member Functions: getName, getNotationName, getPublicId, getSystemId, setName, setNotationName, setPublicId, setSystemId
Constructors
UnparsedEntity
Creates an uninitialized UnparsedEntity.
UnparsedEntity
UnparsedEntity(
const std::string & name,
const std::string & publicId,
const std::string & systemId,
const std::string & notationName
);
Creates the UnparsedEntity.
Destructor
~UnparsedEntity
~UnparsedEntity();
Destroys the UnparsedEntity.
Member Functions
getName
const std::string & getName() const;
Returns the name of the UnparsedEntity
getNotationName
const std::string & getNotationName() const;
Returns the notation name
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 UnparsedEntity name
setNotationName
void setNotationName(
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