Home | History | Annotate | Download | only in src

Lines Matching refs: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 *
1994 * list of catalogs
2085 * Do a complete resolution lookup of an URI for a list of catalogs
2635 * references. This is only needed for manipulating SGML Super Catalogs
2673 * Catalogs are not handled recursively.
3114 const char *catalogs;
3120 catalogs = (const char *) getenv("XML_CATALOG_FILES");
3121 if (catalogs == NULL)
3146 catalogs = XML_XML_DEFAULT_CATALOG;
3149 catalogs = XML_XML_DEFAULT_CATALOG;
3157 cur = catalogs;
3227 * Load the catalogs and makes their definitions effective for the default
3273 * Free up all the memory associated with catalogs
3283 "Catalogs cleanup\n");
3488 * Used to get the user preference w.r.t. to what catalogs should
3500 * @allow: what catalogs should be accepted
3502 * Used to set the user preference w.r.t. to what catalogs should
3515 "Allowing only global catalogs\n");
3519 "Allowing only catalogs from the document\n");
3523 "Allowing all catalogs\n");
3567 * @level: the debug level of catalogs required
3587 * Minimal interfaces used for per-document catalogs by the parser *
3593 * @catalogs: a document's list of catalogs
3598 xmlCatalogFreeLocal(void *catalogs) {
3604 catal = (xmlCatalogEntryPtr) catalogs;
3612 * @catalogs: a document's list of catalogs
3620 xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) {
3627 return(catalogs);
3636 return(catalogs);
3638 catal = (xmlCatalogEntryPtr) catalogs;
3645 return(catalogs);
3650 * @catalogs: a document's list of catalogs
3661 xmlCatalogLocalResolve(void *catalogs, const xmlChar *pubID,
3685 catal = (xmlCatalogEntryPtr) catalogs;
3696 * @catalogs: a document's list of catalogs
3706 xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) {
3720 catal = (xmlCatalogEntryPtr) catalogs;
3762 * Check first the XML catalogs
3806 * Check first the XML catalogs