Details
XML_CATALOGS_NAMESPACE
#define XML_CATALOGS_NAMESPACE |
xmlLoadCatalog ()
int xmlLoadCatalog (const char *filename); |
Load the catalog and makes its definitions effective for the default
external entity loader. It will recuse in CATALOG entries.
TODO: this function is not thread safe, catalog initialization should
be done once at startup
xmlLoadCatalogs ()
void xmlLoadCatalogs (const char *paths); |
Load the catalogs and makes their definitions effective for the default
external entity loader.
TODO: this function is not thread safe, catalog initialization should
be done once at startup
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
xmlCatalogGetSystem ()
Try to lookup the resource associated to a system ID
xmlCatalogGetPublic ()
Try to lookup the system ID associated to a public ID