XMLPUBFUN void XMLCALL xmlPrintURI(FILE *stream, xmlURIPtr uri)
XMLPUBFUN xmlURIPtr XMLCALL xmlCreateURI(void)
XMLPUBFUN xmlChar *XMLCALL xmlPathToURI(const xmlChar *path)
XMLPUBFUN int XMLCALL xmlParseURIReference(xmlURIPtr uri, const char *str)
XMLPUBFUN xmlURIPtr XMLCALL xmlParseURIRaw(const char *str, int raw)
XMLPUBFUN xmlURIPtr XMLCALL xmlParseURI(const char *str)
XMLPUBFUN xmlChar *XMLCALL xmlURIEscapeStr(const xmlChar *str, const xmlChar *list)
XMLPUBFUN char *XMLCALL xmlURIUnescapeString(const char *str, int len, char *target)
XMLPUBFUN xmlChar *XMLCALL xmlCanonicPath(const xmlChar *path)
XMLPUBFUN xmlChar *XMLCALL xmlURIEscape(const xmlChar *str)
XMLPUBFUN int XMLCALL xmlNormalizeURIPath(char *path)
XMLPUBFUN xmlChar *XMLCALL xmlSaveUri(xmlURIPtr uri)
XMLPUBFUN void XMLCALL xmlFreeURI(xmlURIPtr uri)
XMLPUBFUN xmlChar *XMLCALL xmlBuildURI(const xmlChar *URI, const xmlChar *base)
XMLPUBFUN xmlChar *XMLCALL xmlBuildRelativeURI(const xmlChar *URI, const xmlChar *base)