Home | History | Annotate | Download | only in libxml

Lines Matching refs:xmlChar

38     (const xmlChar *) "urn:oasis:names:tc:entity:xmlns:xml:catalog"
45 (const xmlChar *) "oasis-xml-catalog"
79 const xmlChar *type,
80 const xmlChar *orig,
81 const xmlChar *replace);
84 const xmlChar *value);
85 XMLPUBFUN xmlChar * XMLCALL
87 const xmlChar *pubID,
88 const xmlChar *sysID);
89 XMLPUBFUN xmlChar * XMLCALL
91 const xmlChar *sysID);
92 XMLPUBFUN xmlChar * XMLCALL
94 const xmlChar *pubID);
95 XMLPUBFUN xmlChar * XMLCALL
97 const xmlChar *URI);
123 XMLPUBFUN xmlChar * XMLCALL
124 xmlCatalogResolve (const xmlChar *pubID,
125 const xmlChar *sysID);
126 XMLPUBFUN xmlChar * XMLCALL
127 xmlCatalogResolveSystem (const xmlChar *sysID);
128 XMLPUBFUN xmlChar * XMLCALL
129 xmlCatalogResolvePublic (const xmlChar *pubID);
130 XMLPUBFUN xmlChar * XMLCALL
131 xmlCatalogResolveURI (const xmlChar *URI);
133 xmlCatalogAdd (const xmlChar *type,
134 const xmlChar *orig,
135 const xmlChar *replace);
137 xmlCatalogRemove (const xmlChar *value);
151 const xmlChar *URL);
152 XMLPUBFUN xmlChar * XMLCALL
154 const xmlChar *pubID,
155 const xmlChar *sysID);
156 XMLPUBFUN xmlChar * XMLCALL
158 const xmlChar *URI);
173 XMLPUBFUN const xmlChar * XMLCALL
174 xmlCatalogGetSystem (const xmlChar *sysID);
175 XMLPUBFUN const xmlChar * XMLCALL
176 xmlCatalogGetPublic (const xmlChar *pubID);