The CatalogEntry class encapsulates a single entry in the SgmlCatalog. More...
CatalogEntry | ( Type type, const QString id, const QString soi ); | |
const QString | id | ( ); |
const QString | soi | ( ); |
void | soi | ( const QString str ); |
Type | type | ( ); |
QString | _id; |
QString | _soi; |
Type | _type; |
The CatalogEntry class encapsulates a single entry in the SgmlCatalog.
Each catalog entry has a type, a public identifier, and a storage object identifier. The type tells whether the entry is for a document type declaration, a style sheet, or an SGML entity. The public identifier is the symbolic name, and the storage object idnentifier gives the actual physical location of the data.Create a new CatalogEntry of the given type, and with the given public identifer and storage object identifier.
Return the public identifier for the catalog entry. Doctype and Style entries that have the same public identifier are directly associated. That means that when rendering a document of type "foo", we use the style sheet with a public identifier of "foo".
Return the Storage Object Identifier. This is the location of the actual data. This will always be a URL.
Set the Storage Object Identifer for the entry.
Return the type of this catalog entry. The supported types are: