Home | History | Annotate | Download | only in libxml2

Lines Matching refs:catalogs

7  *             XML Catalogs Working Draft 06 August 2001
158 * SGML Catalogs are stored as a simple hash table of catalog entries
168 * XML Catalogs are stored as a tree of Catalog entries
188 * Hash table containing all the trees of XML catalogs parsed by
269 * SGML catalogs, but the acceptable types values differs.
407 * SGML catalogs, but the acceptable types values differs.
450 * Serializing Catalogs *
714 * Converting SGML Catalogs to XML *
1995 * list of catalogs
2086 * Do a complete resolution lookup of an URI for a list of catalogs
2636 * references. This is only needed for manipulating SGML Super Catalogs
2674 * Catalogs are not handled recursively.
3115 const char *catalogs;
3121 catalogs = (const char *) getenv("XML_CATALOG_FILES");
3122 if (catalogs == NULL)
3147 catalogs = XML_XML_DEFAULT_CATALOG;
3150 catalogs = XML_XML_DEFAULT_CATALOG;
3158 cur = catalogs;
3228 * Load the catalogs and makes their definitions effective for the default
3274 * Free up all the memory associated with catalogs
3284 "Catalogs cleanup\n");
3489 * Used to get the user preference w.r.t. to what catalogs should
3501 * @allow: what catalogs should be accepted
3503 * Used to set the user preference w.r.t. to what catalogs should
3516 "Allowing only global catalogs\n");
3520 "Allowing only catalogs from the document\n");
3524 "Allowing all catalogs\n");
3568 * @level: the debug level of catalogs required
3588 * Minimal interfaces used for per-document catalogs by the parser *
3594 * @catalogs: a document's list of catalogs
3599 xmlCatalogFreeLocal(void *catalogs) {
3605 catal = (xmlCatalogEntryPtr) catalogs;
3613 * @catalogs: a document's list of catalogs
3621 xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) {
3628 return(catalogs);
3637 return(catalogs);
3639 catal = (xmlCatalogEntryPtr) catalogs;
3646 return(catalogs);
3651 * @catalogs: a document's list of catalogs
3662 xmlCatalogLocalResolve(void *catalogs, const xmlChar *pubID,
3686 catal = (xmlCatalogEntryPtr) catalogs;
3697 * @catalogs: a document's list of catalogs
3707 xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) {
3721 catal = (xmlCatalogEntryPtr) catalogs;
3763 * Check first the XML catalogs
3807 catalogs