Home | History | Annotate | Download | only in libxml2

Lines Matching defs:catalogs

7  *             XML Catalogs Working Draft 06 August 2001
154 * SGML Catalogs are stored as a simple hash table of catalog entries
164 * XML Catalogs are stored as a tree of Catalog entries
184 * Hash table containing all the trees of XML catalogs parsed by
265 * SGML catalogs, but the acceptable types values differs.
403 * SGML catalogs, but the acceptable types values differs.
446 * Serializing Catalogs *
710 * Converting SGML Catalogs to XML *
1991 * list of catalogs
2082 * Do a complete resolution lookup of an URI for a list of catalogs
2632 * references. This is only needed for manipulating SGML Super Catalogs
2670 * Catalogs are not handled recursively.
3111 const char *catalogs;
3117 catalogs = (const char *) getenv("XML_CATALOG_FILES");
3118 if (catalogs == NULL)
3143 catalogs = XML_XML_DEFAULT_CATALOG;
3146 catalogs = XML_XML_DEFAULT_CATALOG;
3154 cur = catalogs;
3224 * Load the catalogs and makes their definitions effective for the default
3270 * Free up all the memory associated with catalogs
3280 "Catalogs cleanup\n");
3485 * Used to get the user preference w.r.t. to what catalogs should
3497 * @allow: what catalogs should be accepted
3499 * Used to set the user preference w.r.t. to what catalogs should
3512 "Allowing only global catalogs\n");
3516 "Allowing only catalogs from the document\n");
3520 "Allowing all catalogs\n");
3564 * @level: the debug level of catalogs required
3584 * Minimal interfaces used for per-document catalogs by the parser *
3590 * @catalogs: a document's list of catalogs
3595 xmlCatalogFreeLocal(void *catalogs) {
3601 catal = (xmlCatalogEntryPtr) catalogs;
3609 * @catalogs: a document's list of catalogs
3617 xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) {
3624 return(catalogs);
3633 return(catalogs);
3635 catal = (xmlCatalogEntryPtr) catalogs;
3642 return(catalogs);
3647 * @catalogs: a document's list of catalogs
3658 xmlCatalogLocalResolve(void *catalogs, const xmlChar *pubID,
3682 catal = (xmlCatalogEntryPtr) catalogs;
3693 * @catalogs: a document's list of catalogs
3703 xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) {
3717 catal = (xmlCatalogEntryPtr) catalogs;
3759 * Check first the XML catalogs
3803 * Check first the XML catalogs