catalog

Name

catalog -- 

Synopsis



int         xmlLoadCatalog                  (const char *URL);
void        xmlCatalogCleanup               (void);
void        xmlCatalogDump                  (FILE *out);
const xmlChar* xmlCatalogGetSystem          (const xmlChar *sysID);
const xmlChar* xmlCatalogGetPublic          (const xmlChar *pubID);

Description

Details

xmlLoadCatalog ()

int         xmlLoadCatalog                  (const char *URL);

URL : 
Returns : 


xmlCatalogCleanup ()

void        xmlCatalogCleanup               (void);

Free up all the memory associated with catalogs


xmlCatalogDump ()

void        xmlCatalogDump                  (FILE *out);

Free up all the memory associated with catalogs

out : the file.


xmlCatalogGetSystem ()

const xmlChar* xmlCatalogGetSystem          (const xmlChar *sysID);

Try to lookup the resource associated to a system ID

sysID : the system ID string
Returns :the resource name if found or NULL otherwise.


xmlCatalogGetPublic ()

const xmlChar* xmlCatalogGetPublic          (const xmlChar *pubID);

Try to lookup the system ID associated to a public ID

pubID : the public ID string
Returns :the system ID if found or NULL otherwise.