aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-11-11 21:12:36 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-11-11 21:12:36 +0000
commitd8cf90610c63a695d948245cc4e22890e2c063be (patch)
tree103843225c6194b361c5e4fe9fcaaa252da95282
parent8763df8dc8fbe7f86eb2f1439683157e1f1898eb (diff)
downloadandroid_external_libxml2-d8cf90610c63a695d948245cc4e22890e2c063be.tar.gz
android_external_libxml2-d8cf90610c63a695d948245cc4e22890e2c063be.tar.bz2
android_external_libxml2-d8cf90610c63a695d948245cc4e22890e2c063be.zip
less verbose on difference cleanup fixed xmlCleanupParser() doc work on
* check-xinclude-test-suite.py: less verbose on difference * libxml.spec.in: cleanup * parser.c: fixed xmlCleanupParser() doc * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/examples/Makefile.am doc/examples/example1.c doc/examples/examples.xml doc/examples/index.py doc/examples/test1.xml: work on adding C examples and generating automated information about those. examples.xml is autogenerated describing the examples. * example/Makefile.am: cleanup Daniel
-rw-r--r--ChangeLog13
-rwxr-xr-xcheck-xinclude-test-suite.py5
-rw-r--r--config.h.in39
-rw-r--r--configure.in7
-rw-r--r--doc/Makefile.am2
-rwxr-xr-xdoc/apibuild.py105
-rw-r--r--doc/examples/.cvsignore3
-rw-r--r--doc/examples/Makefile.am17
-rw-r--r--doc/examples/example1.c49
-rw-r--r--doc/examples/examples.xml34
-rwxr-xr-xdoc/examples/index.py181
-rw-r--r--doc/examples/test1.xml1
-rw-r--r--doc/libxml2-api.xml1166
-rw-r--r--example/Makefile.am2
-rw-r--r--libxml.spec.in7
-rw-r--r--parser.c8
16 files changed, 1018 insertions, 621 deletions
diff --git a/ChangeLog b/ChangeLog
index ba3f0d27..15ea47ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
+
+ * check-xinclude-test-suite.py: less verbose on difference
+ * libxml.spec.in: cleanup
+ * parser.c: fixed xmlCleanupParser() doc
+ * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
+ doc/examples/Makefile.am doc/examples/example1.c
+ doc/examples/examples.xml doc/examples/index.py
+ doc/examples/test1.xml: work on adding C examples and
+ generating automated information about those. examples.xml
+ is autogenerated describing the examples.
+ * example/Makefile.am: cleanup
+
Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
* genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h:
diff --git a/check-xinclude-test-suite.py b/check-xinclude-test-suite.py
index 8324abdf..c0af1f97 100755
--- a/check-xinclude-test-suite.py
+++ b/check-xinclude-test-suite.py
@@ -112,11 +112,6 @@ def runTest(test, basedir):
result = doc.serialize()
if result != expected:
print "Result for %s differs" % (id)
- print '----'
- print result
- print '----'
- print expected
- print '----'
doc.freeDoc()
else:
diff --git a/config.h.in b/config.h.in
index 51edc7ce..6ce26072 100644
--- a/config.h.in
+++ b/config.h.in
@@ -65,6 +65,9 @@
/* Define to 1 if you have the `ftime' function. */
#undef HAVE_FTIME
+/* Define if getaddrinfo is there */
+#undef HAVE_GETADDRINFO
+
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
@@ -74,18 +77,36 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define if isinf is there */
+#undef HAVE_ISINF
+
+/* Define if isnan is there */
+#undef HAVE_ISNAN
+
/* Define to 1 if you have the `isnand' function. */
#undef HAVE_ISNAND
+/* Define if history library is there (-lhistory) */
+#undef HAVE_LIBHISTORY
+
/* Define to 1 if you have the `inet' library (-linet). */
#undef HAVE_LIBINET
/* Define to 1 if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL
+/* Define if pthread library is there (-lpthread) */
+#undef HAVE_LIBPTHREAD
+
+/* Define if readline library is there (-lreadline) */
+#undef HAVE_LIBREADLINE
+
/* Define to 1 if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET
+/* Have compression library */
+#undef HAVE_LIBZ
+
/* Define to 1 if you have the `localtime' function. */
#undef HAVE_LOCALTIME
@@ -113,6 +134,9 @@
/* Define to 1 if you have the `printf' function. */
#undef HAVE_PRINTF
+/* Define if <pthread.h> is there */
+#undef HAVE_PTHREAD_H
+
/* Define to 1 if you have the <resolv.h> header file. */
#undef HAVE_RESOLV_H
@@ -232,8 +256,23 @@
/* Define if compiler has function prototypes */
#undef PROTOTYPES
+/* Determine what socket length (socklen_t) data type is */
+#undef SOCKLEN_T
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Support for IPv6 */
+#undef SUPPORT_IP6
+
/* Version number of package */
#undef VERSION
+
+/* Using the Win32 Socket implementation */
+#undef _WINSOCKAPI_
+
+/* Win32 Std C name mangling work-around */
+#undef snprintf
+
+/* Win32 Std C name mangling work-around */
+#undef vsnprintf
diff --git a/configure.in b/configure.in
index a57351a3..141ee4cb 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@ test "x$U" != "x" && AC_MSG_ERROR(Compiler not ANSI compliant)
AM_PROG_LIBTOOL
-AM_MAINTAINER_MODE
+# AM_MAINTAINER_MODE
dnl
dnl option to build a minimal libxml2 library
@@ -1020,8 +1020,9 @@ rm -f COPYING.LIB COPYING
ln -s Copyright COPYING
AC_OUTPUT(libxml2.spec:libxml.spec.in Makefile include/Makefile
-include/libxml/Makefile doc/Makefile example/Makefile python/Makefile
-python/tests/Makefile include/libxml/xmlversion.h xml2-config libxml-2.0.pc
+include/libxml/Makefile doc/Makefile doc/examples/Makefile
+example/Makefile python/Makefile python/tests/Makefile
+include/libxml/xmlversion.h xml2-config libxml-2.0.pc
libxml-2.0-uninstalled.pc xml2Conf.sh python/setup.py)
chmod +x xml2-config xml2Conf.sh python/setup.py
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 48a65f19..9f700b2d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-
+SUBDIRS=examples
# The name of the module.
DOC_MODULE=libxml2-$(VERSION)
diff --git a/doc/apibuild.py b/doc/apibuild.py
index 912ae8e6..520ef09a 100755
--- a/doc/apibuild.py
+++ b/doc/apibuild.py
@@ -50,12 +50,14 @@ def escape(raw):
return raw
class identifier:
- def __init__(self, name, module=None, type=None, info=None, extra=None):
+ def __init__(self, name, module=None, type=None, lineno = 0,
+ info=None, extra=None):
self.name = name
self.module = module
self.type = type
self.info = info
self.extra = extra
+ self.lineno = lineno
self.static = 0
def __repr__(self):
@@ -79,9 +81,26 @@ class identifier:
self.info = info
def set_extra(self, extra):
self.extra = extra
+ def set_lineno(self, lineno):
+ self.lineno = lineno
def set_static(self, static):
self.static = static
+ def get_name(self):
+ return self.name
+ def get_module(self):
+ return self.module
+ def get_type(self):
+ return self.type
+ def get_info(self):
+ return self.info
+ def get_lineno(self):
+ return self.lineno
+ def get_extra(self):
+ return self.extra
+ def get_static(self):
+ return self.static
+
def update(self, module, type = None, info = None, extra=None):
if module != None and self.module == None:
self.set_module(module)
@@ -95,7 +114,7 @@ class identifier:
class index:
def __init__(self, name = "noname"):
- self.name = name;
+ self.name = name
self.identifiers = {}
self.functions = {}
self.variables = {}
@@ -106,15 +125,32 @@ class index:
self.macros = {}
self.references = {}
- def add(self, name, module, static, type, info=None, extra=None):
+ def add_ref(self, name, module, static, type, lineno, info=None, extra=None):
if name[0:2] == '__':
return None
d = None
try:
d = self.identifiers[name]
- d.update(module, type, info, extra)
+ d.update(module, type, lineno, info, extra)
except:
- d = identifier(name, module, type, info, extra)
+ d = identifier(name, module, type, lineno, info, extra)
+ self.identifiers[name] = d
+
+ if d != None and static == 1:
+ d.set_static(1)
+
+ if d != None and name != None and type != None:
+ self.references[name] = d
+
+ def add(self, name, module, static, type, lineno, info=None, extra=None):
+ if name[0:2] == '__':
+ return None
+ d = None
+ try:
+ d = self.identifiers[name]
+ d.update(module, type, lineno, info, extra)
+ except:
+ d = identifier(name, module, type, lineno, info, extra)
self.identifiers[name] = d
if d != None and static == 1:
@@ -461,10 +497,23 @@ class CParser:
self.top_comment = ""
self.last_comment = ""
self.comment = None
+ self.collect_ref = 0
+
+ def collect_references(self):
+ self.collect_ref = 1
def lineno(self):
return self.lexer.getlineno()
+ def index_add(self, name, module, static, type, info=None, extra = None):
+ self.index.add(name, module, static, type, self.lineno(),
+ info, extra)
+
+ def index_add_ref(self, name, module, static, type, info=None,
+ extra = None):
+ self.index.add_ref(name, module, static, type, self.lineno(),
+ info, extra)
+
def error(self, msg, token=-1):
print "Parse Error: " + msg
if token != -1:
@@ -679,7 +728,7 @@ class CParser:
if token == None:
return None
if token[0] == 'preproc':
- self.index.add(token[1], self.filename, not self.is_header,
+ self.index_add(token[1], self.filename, not self.is_header,
"include")
return self.lexer.token()
return token
@@ -701,7 +750,7 @@ class CParser:
except:
pass
info = self.parseMacroComment(name, not self.is_header)
- self.index.add(name, self.filename, not self.is_header,
+ self.index_add(name, self.filename, not self.is_header,
"macro", info)
return token
token = self.lexer.token()
@@ -760,15 +809,15 @@ class CParser:
type = string.split(type, '(')[0]
d = self.mergeFunctionComment(name,
((type, None), signature), 1)
- self.index.add(name, self.filename, not self.is_header,
+ self.index_add(name, self.filename, not self.is_header,
"functype", d)
else:
if base_type == "struct":
- self.index.add(name, self.filename, not self.is_header,
+ self.index_add(name, self.filename, not self.is_header,
"struct", type)
base_type = "struct " + name
else:
- self.index.add(name, self.filename, not self.is_header,
+ self.index_add(name, self.filename, not self.is_header,
"typedef", type)
token = self.token()
else:
@@ -806,7 +855,29 @@ class CParser:
token = self.token()
return token
else:
- token = self.token()
+ if self.collect_ref == 1:
+ oldtok = token
+ token = self.token()
+ if oldtok[0] == "name" and oldtok[1][0:3] == "xml":
+ if token[0] == "sep" and token[1] == "(":
+ self.index_add_ref(oldtok[1], self.filename,
+ 0, "function")
+ token = self.token()
+ elif token[0] == "name":
+ token = self.token()
+ if token[0] == "sep" and (token[1] == ";" or
+ token[1] == "," or token[1] == "="):
+ self.index_add_ref(oldtok[1], self.filename,
+ 0, "type")
+ elif oldtok[0] == "name" and oldtok[1][0:4] == "XML_":
+ self.index_add_ref(oldtok[1], self.filename,
+ 0, "typedef")
+ elif oldtok[0] == "name" and oldtok[1][0:7] == "LIBXML_":
+ self.index_add_ref(oldtok[1], self.filename,
+ 0, "typedef")
+
+ else:
+ token = self.token()
return token
#
@@ -1009,7 +1080,7 @@ class CParser:
else:
enum_type = token[1]
for enum in self.enums:
- self.index.add(enum[0], self.filename,
+ self.index_add(enum[0], self.filename,
not self.is_header, "enum",
(enum[1], enum[2], enum_type))
return token
@@ -1207,10 +1278,10 @@ class CParser:
self.comment = None
token = self.token()
if type == "struct":
- self.index.add(self.name, self.filename,
+ self.index_add(self.name, self.filename,
not self.is_header, "struct", self.struct_fields)
else:
- self.index.add(self.name, self.filename,
+ self.index_add(self.name, self.filename,
not self.is_header, "variable", type)
break
elif token[1] == "(":
@@ -1221,19 +1292,19 @@ class CParser:
if token[0] == "sep" and token[1] == ";":
d = self.mergeFunctionComment(self.name,
((type, None), self.signature), 1)
- self.index.add(self.name, self.filename, static,
+ self.index_add(self.name, self.filename, static,
"function", d)
token = self.token()
elif token[0] == "sep" and token[1] == "{":
d = self.mergeFunctionComment(self.name,
((type, None), self.signature), static)
- self.index.add(self.name, self.filename, static,
+ self.index_add(self.name, self.filename, static,
"function", d)
token = self.token()
token = self.parseBlock(token);
elif token[1] == ',':
self.comment = None
- self.index.add(self.name, self.filename, static,
+ self.index_add(self.name, self.filename, static,
"variable", type)
type = type_orig
token = self.token()
diff --git a/doc/examples/.cvsignore b/doc/examples/.cvsignore
new file mode 100644
index 00000000..15eb3ab4
--- /dev/null
+++ b/doc/examples/.cvsignore
@@ -0,0 +1,3 @@
+Makefile.in
+Makefile
+example1
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
new file mode 100644
index 00000000..8690a2f4
--- /dev/null
+++ b/doc/examples/Makefile.am
@@ -0,0 +1,17 @@
+noinst_PROGRAMS=example1
+
+INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@
+DEPS = $(top_builddir)/libxml2.la
+LDADDS = @STATIC_BINARIES@ $(top_builddir)/libxml2.la @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) -lm @WIN32_EXTRA_LIBADD@
+
+EXTRA_DIST=examples.xml test1.xml
+
+example1_SOURCES=example1.c
+example1_LDFLAGS =
+example1_DEPENDENCIES = $(DEPS)
+example1_LDADD= @RDL_LIBS@ $(LDADDS)
+
+all: examples.xml
+
+examples.xml: index.py *.c
+ -@($(srcdir)/index.py)
diff --git a/doc/examples/example1.c b/doc/examples/example1.c
new file mode 100644
index 00000000..f36b4ba2
--- /dev/null
+++ b/doc/examples/example1.c
@@ -0,0 +1,49 @@
+/**
+ * purpose: Demonstrate the use of xmlReadFile() to read an XML file
+ * into a tree and and xmlFreeDoc() to free the resulting tree
+ * usage: example1 test1.xml
+ * author: daniel@veillard.com
+ * copy: see Copyright for the status of this software.
+ */
+
+#include <stdio.h>
+#include <libxml/parser.h>
+#include <libxml/tree.h>
+
+/**
+ * example1Func:
+ * @filename: a filename or an URL
+ *
+ * Parse the resource and free the resulting tree
+ */
+static void
+example1Func(const char *filename) {
+ xmlDocPtr doc; /* the resulting document tree */
+
+ doc = xmlReadFile(filename, NULL, 0);
+ if (doc == NULL) {
+ fprintf(stderr, "Failed to parse %s\n", filename);
+ return;
+ }
+ xmlFreeDoc(doc);
+}
+
+int main(int argc, char **argv) {
+ if (argc != 2)
+ return(1);
+
+ /*
+ * this initialize the library and check potential ABI mismatches
+ * between the version it was compiled for and the actual shared
+ * library used.
+ */
+ LIBXML_TEST_VERSION
+
+ example1Func(argv[1]);
+
+ /*
+ * Cleanup function for the XML library.
+ */
+ xmlCleanupParser();
+ return(0);
+}
diff --git a/doc/examples/examples.xml b/doc/examples/examples.xml
new file mode 100644
index 00000000..78310214
--- /dev/null
+++ b/doc/examples/examples.xml
@@ -0,0 +1,34 @@
+<examples>
+ <example filename='example1.c'>
+ <purpose>Demonstrate the use of xmlReadFile() to read an XML file into a tree and and xmlFreeDoc() to free the resulting tree</purpose>
+ <usage>example1 test1.xml</usage>
+ <author>daniel@veillard.com</author>
+ <copy>see Copyright for the status of this software. </copy>
+ <uses>
+ <include>&lt;libxml/tree.h&gt;</include>
+ <include>&lt;libxml/parser.h&gt;</include>
+ <function line='47' file='parser'>xmlCleanupParser</function>
+ <macro line='42' file='xmlversion'>LIBXML_TEST_VERSION</macro>
+ <function line='28' file='tree'>xmlFreeDoc</function>
+ <function line='23' file='parser'>xmlReadFile</function>
+ <typedef line='21' file='tree'>xmlDocPtr</typedef>
+ </uses>
+ </example>
+ <symbols>
+ <symbol name='LIBXML_TEST_VERSION'>
+ <ref filename='example1.c'/>
+ </symbol>
+ <symbol name='xmlCleanupParser'>
+ <ref filename='example1.c'/>
+ </symbol>
+ <symbol name='xmlDocPtr'>
+ <ref filename='example1.c'/>
+ </symbol>
+ <symbol name='xmlFreeDoc'>
+ <ref filename='example1.c'/>
+ </symbol>
+ <symbol name='xmlReadFile'>
+ <ref filename='example1.c'/>
+ </symbol>
+ </symbols>
+</examples>
diff --git a/doc/examples/index.py b/doc/examples/index.py
new file mode 100755
index 00000000..fe14beed
--- /dev/null
+++ b/doc/examples/index.py
@@ -0,0 +1,181 @@
+#!/usr/bin/python -u
+#
+# Indexes the examples and build doc and web pages.
+#
+import string
+import sys
+try:
+ import libxml2
+except:
+ sys.exit(1)
+sys.path.append("..")
+from apibuild import CParser, escape
+
+symbols = {}
+api_dict = None
+api_doc = None
+
+def load_api():
+ global api_dict
+ global api_doc
+
+ if api_dict != None:
+ return
+ api_dict = {}
+ try:
+ print "loading ../libxml2-api.xml"
+ api_doc = libxml2.parseFile("../libxml2-api.xml")
+ except:
+ print "failed to parse ../libxml2-api.xml"
+ sys.exit(1)
+
+def find_symbol(name):
+ global api_dict
+ global api_doc
+
+ if api_doc == None:
+ load_api()
+
+ if name == None:
+ return
+ if api_dict.has_key(name):
+ return api_dict[name]
+ ctxt = api_doc.xpathNewContext()
+ res = ctxt.xpathEval("/api/symbols/*[@name = '%s']" % (name))
+ if type(res) == type([]) and len(res) >= 1:
+ if len(res) > 1:
+ print "Found %d references to %s in the API" % (len(res), name)
+ node = res[0]
+ typ = node.name
+ file = node.xpathEval("string(@file)")
+ info = node.xpathEval("string(info)")
+ else:
+ print "Reference %s not found in the API" % (name)
+ return None
+ ret = (typ, file, info)
+ api_dict[name] = ret
+ return ret
+
+def parse_top_comment(filename, comment):
+ res = {}
+ lines = string.split(comment, "\n")
+ item = None
+ for line in lines:
+ while line != "" and line[0] == ' ':
+ line = line[1:]
+ while line != "" and line[0] == '*':
+ line = line[1:]
+ while line != "" and line[0] == ' ':
+ line = line[1:]
+ try:
+ (it, line) = string.split(line, ":", 1)
+ item = it
+ while line != "" and line[0] == ' ':
+ line = line[1:]
+ if res.has_key(item):
+ res[item] = res[item] + " " + line
+ else:
+ res[item] = line
+ except:
+ if item != None:
+ if res.has_key(item):
+ res[item] = res[item] + " " + line
+ else:
+ res[item] = line
+ return res
+
+def parse(filename, output):
+ global symbols
+
+ parser = CParser(filename)
+ parser.collect_references()
+ idx = parser.parse()
+ info = parse_top_comment(filename, parser.top_comment)
+ output.write(" <example filename='%s'>\n" % filename)
+ try:
+ purpose = info['purpose']
+ output.write(" <purpose>%s</purpose>\n" % purpose);
+ except:
+ print "Example %s lacks a purpose description" % (filename)
+ try:
+ usage = info['usage']
+ output.write(" <usage>%s</usage>\n" % usage);
+ except:
+ print "Example %s lacks an usage description" % (filename)
+ try:
+ author = info['author']
+ output.write(" <author>%s</author>\n" % author);
+ except:
+ print "Example %s lacks an author description" % (filename)
+ try:
+ copy = info['copy']
+ output.write(" <copy>%s</copy>\n" % copy);
+ except:
+ print "Example %s lacks a copyright description" % (filename)
+ for topic in info.keys():
+ if topic != "purpose" and topic != "usage" and \
+ topic != "author" and topic != "copy":
+ str = info[topic]
+ output.write(" <extra topic='%s'>%s</extra>\n" % str)
+# print idx.functions
+ output.write(" <uses>\n")
+ for include in idx.includes.keys():
+ if include.find("libxml") != -1:
+ output.write(" <include>%s</include>\n" % (escape(include)))
+ for ref in idx.references.keys():
+ id = idx.references[ref]
+ name = id.get_name()
+ line = id.get_lineno()
+ if symbols.has_key(name):
+ sinfo = symbols[name]
+ refs = sinfo[0]
+ # gather at most 5 references per symbols
+ if refs > 5:
+ continue
+ sinfo[refs] = filename
+ sinfo[0] = refs + 1
+ else:
+ symbols[name] = [1, filename]
+ info = find_symbol(name)
+ if info != None:
+ type = info[0]
+ file = info[1]
+ output.write(" <%s line='%d' file='%s'>%s</%s>\n" % (type,
+ line, file, name, type))
+ else:
+ type = id.get_type()
+ output.write(" <%s line='%d'>%s</%s>\n" % (type,
+ line, name, type))
+
+ output.write(" </uses>\n")
+ output.write(" </example>\n")
+
+ return idx
+
+def dump_symbols(output):
+ global symbols
+
+ output.write(" <symbols>\n")
+ keys = symbols.keys()
+ keys.sort()
+ for symbol in keys:
+ output.write(" <symbol name='%s'>\n" % (symbol))
+ info = symbols[symbol]
+ i = 1
+ while i < len(info):
+ output.write(" <ref filename='%s'/>\n" % (info[i]))
+ i = i + 1
+ output.write(" </symbol>\n")
+ output.write(" </symbols>\n")
+
+if __name__ == "__main__":
+ load_api()
+ output = open("examples.xml", "w")
+ output.write("<examples>\n")
+
+ parse("example1.c", output)
+
+ dump_symbols(output)
+ output.write("</examples>\n")
+ output.close()
+
diff --git a/doc/examples/test1.xml b/doc/examples/test1.xml
new file mode 100644
index 00000000..69d62f2c
--- /dev/null
+++ b/doc/examples/test1.xml
@@ -0,0 +1 @@
+<doc/>
diff --git a/doc/libxml2-api.xml b/doc/libxml2-api.xml
index 408bd38e..9178f31d 100644
--- a/doc/libxml2-api.xml
+++ b/doc/libxml2-api.xml
@@ -1,6 +1,105 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<api name='libxml2'>
<files>
+ <file name='debugXML'>
+ <exports symbol='_xmlShellCtxt'/>
+ <exports symbol='xmlBoolToText'/>
+ <exports symbol='xmlDebugDumpAttr'/>
+ <exports symbol='xmlDebugDumpAttrList'/>
+ <exports symbol='xmlDebugDumpDTD'/>
+ <exports symbol='xmlDebugDumpDocument'/>
+ <exports symbol='xmlDebugDumpDocumentHead'/>
+ <exports symbol='xmlDebugDumpEntities'/>
+ <exports symbol='xmlDebugDumpNode'/>
+ <exports symbol='xmlDebugDumpNodeList'/>
+ <exports symbol='xmlDebugDumpOneNode'/>
+ <exports symbol='xmlDebugDumpString'/>
+ <exports symbol='xmlLsCountNode'/>
+ <exports symbol='xmlLsOneNode'/>
+ <exports symbol='xmlShell'/>
+ <exports symbol='xmlShellBase'/>
+ <exports symbol='xmlShellCat'/>
+ <exports symbol='xmlShellCmd'/>
+ <exports symbol='xmlShellCtxt'/>
+ <exports symbol='xmlShellCtxtPtr'/>
+ <exports symbol='xmlShellDir'/>
+ <exports symbol='xmlShellDu'/>
+ <exports symbol='xmlShellList'/>
+ <exports symbol='xmlShellLoad'/>
+ <exports symbol='xmlShellPrintNode'/>
+ <exports symbol='xmlShellPrintXPathError'/>
+ <exports symbol='xmlShellPrintXPathResult'/>
+ <exports symbol='xmlShellPwd'/>
+ <exports symbol='xmlShellReadlineFunc'/>
+ <exports symbol='xmlShellSave'/>
+ <exports symbol='xmlShellValidate'/>
+ <exports symbol='xmlShellWrite'/>
+ </file>
+ <file name='xpointer'>
+ <exports symbol='_xmlLocationSet'/>
+ <exports symbol='xmlLocationSet'/>
+ <exports symbol='xmlLocationSetPtr'/>
+ <exports symbol='xmlXPtrBuildNodeList'/>
+ <exports symbol='xmlXPtrEval'/>
+ <exports symbol='xmlXPtrEvalRangePredicate'/>
+ <exports symbol='xmlXPtrFreeLocationSet'/>
+ <exports symbol='xmlXPtrLocationSetAdd'/>
+ <exports symbol='xmlXPtrLocationSetCreate'/>
+ <exports symbol='xmlXPtrLocationSetDel'/>
+ <exports symbol='xmlXPtrLocationSetMerge'/>
+ <exports symbol='xmlXPtrLocationSetRemove'/>
+ <exports symbol='xmlXPtrNewCollapsedRange'/>
+ <exports symbol='xmlXPtrNewContext'/>
+ <exports symbol='xmlXPtrNewLocationSetNodeSet'/>
+ <exports symbol='xmlXPtrNewLocationSetNodes'/>
+ <exports symbol='xmlXPtrNewRange'/>
+ <exports symbol='xmlXPtrNewRangeNodeObject'/>
+ <exports symbol='xmlXPtrNewRangeNodePoint'/>
+ <exports symbol='xmlXPtrNewRangeNodes'/>
+ <exports symbol='xmlXPtrNewRangePointNode'/>
+ <exports symbol='xmlXPtrNewRangePoints'/>
+ <exports symbol='xmlXPtrRangeToFunction'/>
+ <exports symbol='xmlXPtrWrapLocationSet'/>
+ </file>
+ <file name='SAX'>
+ <exports symbol='attribute'/>
+ <exports symbol='attributeDecl'/>
+ <exports symbol='cdataBlock'/>
+ <exports symbol='characters'/>
+ <exports symbol='checkNamespace'/>
+ <exports symbol='comment'/>
+ <exports symbol='elementDecl'/>
+ <exports symbol='endDocument'/>
+ <exports symbol='endElement'/>
+ <exports symbol='entityDecl'/>
+ <exports symbol='externalSubset'/>
+ <exports symbol='getColumnNumber'/>
+ <exports symbol='getEntity'/>
+ <exports symbol='getLineNumber'/>
+ <exports symbol='getNamespace'/>
+ <exports symbol='getParameterEntity'/>
+ <exports symbol='getPublicId'/>
+ <exports symbol='getSystemId'/>
+ <exports symbol='globalNamespace'/>
+ <exports symbol='hasExternalSubset'/>
+ <exports symbol='hasInternalSubset'/>
+ <exports symbol='ignorableWhitespace'/>
+ <exports symbol='initdocbDefaultSAXHandler'/>
+ <exports symbol='inithtmlDefaultSAXHandler'/>
+ <exports symbol='initxmlDefaultSAXHandler'/>
+ <exports symbol='internalSubset'/>
+ <exports symbol='isStandalone'/>
+ <exports symbol='namespaceDecl'/>
+ <exports symbol='notationDecl'/>
+ <exports symbol='processingInstruction'/>
+ <exports symbol='reference'/>
+ <exports symbol='resolveEntity'/>
+ <exports symbol='setDocumentLocator'/>
+ <exports symbol='setNamespace'/>
+ <exports symbol='startDocument'/>
+ <exports symbol='startElement'/>
+ <exports symbol='unparsedEntityDecl'/>
+ </file>
<file name='parserInternals'>
<exports symbol='INPUT_CHUNK'/>
<exports symbol='IS_BASECHAR'/>
@@ -124,274 +223,6 @@
<exports symbol='xmlSwitchInputEncoding'/>
<exports symbol='xmlSwitchToEncoding'/>
</file>
- <file name='xmlschemastypes'>
- <exports symbol='xmlSchemaCheckFacet'/>
- <exports symbol='xmlSchemaCleanupTypes'/>
- <exports symbol='xmlSchemaCompareValues'/>
- <exports symbol='xmlSchemaFreeFacet'/>
- <exports symbol='xmlSchemaFreeValue'/>
- <exports symbol='xmlSchemaGetPredefinedType'/>
- <exports symbol='xmlSchemaInitTypes'/>
- <exports symbol='xmlSchemaNewFacet'/>
- <exports symbol='xmlSchemaValPredefTypeNode'/>
- <exports symbol='xmlSchemaValidateFacet'/>
- <exports symbol='xmlSchemaValidatePredefinedType'/>
- </file>
- <file name='xpointer'>
- <exports symbol='_xmlLocationSet'/>
- <exports symbol='xmlLocationSet'/>
- <exports symbol='xmlLocationSetPtr'/>
- <exports symbol='xmlXPtrBuildNodeList'/>
- <exports symbol='xmlXPtrEval'/>
- <exports symbol='xmlXPtrEvalRangePredicate'/>
- <exports symbol='xmlXPtrFreeLocationSet'/>
- <exports symbol='xmlXPtrLocationSetAdd'/>
- <exports symbol='xmlXPtrLocationSetCreate'/>
- <exports symbol='xmlXPtrLocationSetDel'/>
- <exports symbol='xmlXPtrLocationSetMerge'/>
- <exports symbol='xmlXPtrLocationSetRemove'/>
- <exports symbol='xmlXPtrNewCollapsedRange'/>
- <exports symbol='xmlXPtrNewContext'/>
- <exports symbol='xmlXPtrNewLocationSetNodeSet'/>
- <exports symbol='xmlXPtrNewLocationSetNodes'/>
- <exports symbol='xmlXPtrNewRange'/>
- <exports symbol='xmlXPtrNewRangeNodeObject'/>
- <exports symbol='xmlXPtrNewRangeNodePoint'/>
- <exports symbol='xmlXPtrNewRangeNodes'/>
- <exports symbol='xmlXPtrNewRangePointNode'/>
- <exports symbol='xmlXPtrNewRangePoints'/>
- <exports symbol='xmlXPtrRangeToFunction'/>
- <exports symbol='xmlXPtrWrapLocationSet'/>
- </file>
- <file name='xmlunicode'>
- <exports symbol='xmlUCSIsAegeanNumbers'/>
- <exports symbol='xmlUCSIsAlphabeticPresentationForms'/>
- <exports symbol='xmlUCSIsArabic'/>
- <exports symbol='xmlUCSIsArabicPresentationFormsA'/>
- <exports symbol='xmlUCSIsArabicPresentationFormsB'/>
- <exports symbol='xmlUCSIsArmenian'/>
- <exports symbol='xmlUCSIsArrows'/>
- <exports symbol='xmlUCSIsBasicLatin'/>
- <exports symbol='xmlUCSIsBengali'/>
- <exports symbol='xmlUCSIsBlock'/>
- <exports symbol='xmlUCSIsBlockElements'/>
- <exports symbol='xmlUCSIsBopomofo'/>
- <exports symbol='xmlUCSIsBopomofoExtended'/>
- <exports symbol='xmlUCSIsBoxDrawing'/>
- <exports symbol='xmlUCSIsBraillePatterns'/>
- <exports symbol='xmlUCSIsBuhid'/>
- <exports symbol='xmlUCSIsByzantineMusicalSymbols'/>
- <exports symbol='xmlUCSIsCJKCompatibility'/>
- <exports symbol='xmlUCSIsCJKCompatibilityForms'/>
- <exports symbol='xmlUCSIsCJKCompatibilityIdeographs'/>
- <exports symbol='xmlUCSIsCJKCompatibilityIdeographsSupplement'/>
- <exports symbol='xmlUCSIsCJKRadicalsSupplement'/>
- <exports symbol='xmlUCSIsCJKSymbolsandPunctuation'/>
- <exports symbol='xmlUCSIsCJKUnifiedIdeographs'/>
- <exports symbol='xmlUCSIsCJKUnifiedIdeographsExtensionA'/>
- <exports symbol='xmlUCSIsCJKUnifiedIdeographsExtensionB'/>
- <exports symbol='xmlUCSIsCat'/>
- <exports symbol='xmlUCSIsCatC'/>
- <exports symbol='xmlUCSIsCatCc'/>
- <exports symbol='xmlUCSIsCatCf'/>
- <exports symbol='xmlUCSIsCatCo'/>
- <exports symbol='xmlUCSIsCatCs'/>
- <exports symbol='xmlUCSIsCatL'/>
- <exports symbol='xmlUCSIsCatLl'/>
- <exports symbol='xmlUCSIsCatLm'/>
- <exports symbol='xmlUCSIsCatLo'/>
- <exports symbol='xmlUCSIsCatLt'/>
- <exports symbol='xmlUCSIsCatLu'/>
- <exports symbol='xmlUCSIsCatM'/>
- <exports symbol='xmlUCSIsCatMc'/>
- <exports symbol='xmlUCSIsCatMe'/>
- <exports symbol='xmlUCSIsCatMn'/>
- <exports symbol='xmlUCSIsCatN'/>
- <exports symbol='xmlUCSIsCatNd'/>
- <exports symbol='xmlUCSIsCatNl'/>
- <exports symbol='xmlUCSIsCatNo'/>
- <exports symbol='xmlUCSIsCatP'/>
- <exports symbol='xmlUCSIsCatPc'/>
- <exports symbol='xmlUCSIsCatPd'/>
- <exports symbol='xmlUCSIsCatPe'/>
- <exports symbol='xmlUCSIsCatPf'/>
- <exports symbol='xmlUCSIsCatPi'/>
- <exports symbol='xmlUCSIsCatPo'/>
- <exports symbol='xmlUCSIsCatPs'/>
- <exports symbol='xmlUCSIsCatS'/>
- <exports symbol='xmlUCSIsCatSc'/>
- <exports symbol='xmlUCSIsCatSk'/>
- <exports symbol='xmlUCSIsCatSm'/>
- <exports symbol='xmlUCSIsCatSo'/>
- <exports symbol='xmlUCSIsCatZ'/>
- <exports symbol='xmlUCSIsCatZl'/>
- <exports symbol='xmlUCSIsCatZp'/>
- <exports symbol='xmlUCSIsCatZs'/>
- <exports symbol='xmlUCSIsCherokee'/>
- <exports symbol='xmlUCSIsCombiningDiacriticalMarks'/>
- <exports symbol='xmlUCSIsCombiningDiacriticalMarksforSymbols'/>
- <exports symbol='xmlUCSIsCombiningHalfMarks'/>
- <exports symbol='xmlUCSIsCombiningMarksforSymbols'/>
- <exports symbol='xmlUCSIsControlPictures'/>
- <exports symbol='xmlUCSIsCurrencySymbols'/>
- <exports symbol='xmlUCSIsCypriotSyllabary'/>
- <exports symbol='xmlUCSIsCyrillic'/>
- <exports symbol='xmlUCSIsCyrillicSupplement'/>
- <exports symbol='xmlUCSIsDeseret'/>
- <exports symbol='xmlUCSIsDevanagari'/>
- <exports symbol='xmlUCSIsDingbats'/>
- <exports symbol='xmlUCSIsEnclosedAlphanumerics'/>
- <exports symbol='xmlUCSIsEnclosedCJKLettersandMonths'/>
- <exports symbol='xmlUCSIsEthiopic'/>
- <exports symbol='xmlUCSIsGeneralPunctuation'/>
- <exports symbol='xmlUCSIsGeometricShapes'/>
- <exports symbol='xmlUCSIsGeorgian'/>
- <exports symbol='xmlUCSIsGothic'/>
- <exports symbol='xmlUCSIsGreek'/>
- <exports symbol='xmlUCSIsGreekExtended'/>
- <exports symbol='xmlUCSIsGreekandCoptic'/>
- <exports symbol='xmlUCSIsGujarati'/>
- <exports symbol='xmlUCSIsGurmukhi'/>
- <exports symbol='xmlUCSIsHalfwidthandFullwidthForms'/>
- <exports symbol='xmlUCSIsHangulCompatibilityJamo'/>
- <exports symbol='xmlUCSIsHangulJamo'/>
- <exports symbol='xmlUCSIsHangulSyllables'/>
- <exports symbol='xmlUCSIsHanunoo'/>
- <exports symbol='xmlUCSIsHebrew'/>
- <exports symbol='xmlUCSIsHighPrivateUseSurrogates'/>
- <exports symbol='xmlUCSIsHighSurrogates'/>
- <exports symbol='xmlUCSIsHiragana'/>
- <exports symbol='xmlUCSIsIPAExtensions'/>
- <exports symbol='xmlUCSIsIdeographicDescriptionCharacters'/>
- <exports symbol='xmlUCSIsKanbun'/>
- <exports symbol='xmlUCSIsKangxiRadicals'/>
- <exports symbol='xmlUCSIsKannada'/>
- <exports symbol='xmlUCSIsKatakana'/>
- <exports symbol='xmlUCSIsKatakanaPhoneticExtensions'/>
- <exports symbol='xmlUCSIsKhmer'/>
- <exports symbol='xmlUCSIsKhmerSymbols'/>
- <exports symbol='xmlUCSIsLao'/>
- <exports symbol='xmlUCSIsLatin1Supplement'/>
- <exports symbol='xmlUCSIsLatinExtendedA'/>
- <exports symbol='xmlUCSIsLatinExtendedAdditional'/>
- <exports symbol='xmlUCSIsLatinExtendedB'/>
- <exports symbol='xmlUCSIsLetterlikeSymbols'/>
- <exports symbol='xmlUCSIsLimbu'/>
- <exports symbol='xmlUCSIsLinearBIdeograms'/>
- <exports symbol='xmlUCSIsLinearBSyllabary'/>
- <exports symbol='xmlUCSIsLowSurrogates'/>
- <exports symbol='xmlUCSIsMalayalam'/>
- <exports symbol='xmlUCSIsMathematicalAlphanumericSymbols'/>
- <exports symbol='xmlUCSIsMathematicalOperators'/>
- <exports symbol='xmlUCSIsMiscellaneousMathematicalSymbolsA'/>
- <exports symbol='xmlUCSIsMiscellaneousMathematicalSymbolsB'/>
- <exports symbol='xmlUCSIsMiscellaneousSymbols'/>
- <exports symbol='xmlUCSIsMiscellaneousSymbolsandArrows'/>
- <exports symbol='xmlUCSIsMiscellaneousTechnical'/>
- <exports symbol='xmlUCSIsMongolian'/>
- <exports symbol='xmlUCSIsMusicalSymbols'/>
- <exports symbol='xmlUCSIsMyanmar'/>
- <exports symbol='xmlUCSIsNumberForms'/>
- <exports symbol='xmlUCSIsOgham'/>
- <exports symbol='xmlUCSIsOldItalic'/>
- <exports symbol='xmlUCSIsOpticalCharacterRecognition'/>
- <exports symbol='xmlUCSIsOriya'/>
- <exports symbol='xmlUCSIsOsmanya'/>
- <exports symbol='xmlUCSIsPhoneticExtensions'/>
- <exports symbol='xmlUCSIsPrivateUse'/>
- <exports symbol='xmlUCSIsPrivateUseArea'/>
- <exports symbol='xmlUCSIsRunic'/>
- <exports symbol='xmlUCSIsShavian'/>
- <exports symbol='xmlUCSIsSinhala'/>
- <exports symbol='xmlUCSIsSmallFormVariants'/>
- <exports symbol='xmlUCSIsSpacingModifierLetters'/>
- <exports symbol='xmlUCSIsSpecials'/>
- <exports symbol='xmlUCSIsSuperscriptsandSubscripts'/>
- <exports symbol='xmlUCSIsSupplementalArrowsA'/>
- <exports symbol='xmlUCSIsSupplementalArrowsB'/>
- <exports symbol='xmlUCSIsSupplementalMathematicalOperators'/>
- <exports symbol='xmlUCSIsSupplementaryPrivateUseAreaA'/>
- <exports symbol='xmlUCSIsSupplementaryPrivateUseAreaB'/>
- <exports symbol='xmlUCSIsSyriac'/>
- <exports symbol='xmlUCSIsTagalog'/>
- <exports symbol='xmlUCSIsTagbanwa'/>
- <exports symbol='xmlUCSIsTags'/>
- <exports symbol='xmlUCSIsTaiLe'/>
- <exports symbol='xmlUCSIsTaiXuanJingSymbols'/>
- <exports symbol='xmlUCSIsTamil'/>
- <exports symbol='xmlUCSIsTelugu'/>
- <exports symbol='xmlUCSIsThaana'/>
- <exports symbol='xmlUCSIsThai'/>
- <exports symbol='xmlUCSIsTibetan'/>
- <exports symbol='xmlUCSIsUgaritic'/>
- <exports symbol='xmlUCSIsUnifiedCanadianAboriginalSyllabics'/>
- <exports symbol='xmlUCSIsVariationSelectors'/>
- <exports symbol='xmlUCSIsVariationSelectorsSupplement'/>
- <exports symbol='xmlUCSIsYiRadicals'/>
- <exports symbol='xmlUCSIsYiSyllables'/>
- <exports symbol='xmlUCSIsYijingHexagramSymbols'/>
- </file>
- <file name='encoding'>
- <exports symbol='UTF8Toisolat1'/>
- <exports symbol='XML_CHAR_ENCODING_2022_JP'/>
- <exports symbol='XML_CHAR_ENCODING_8859_1'/>
- <exports symbol='XML_CHAR_ENCODING_8859_2'/>
- <exports symbol='XML_CHAR_ENCODING_8859_3'/>
- <exports symbol='XML_CHAR_ENCODING_8859_4'/>
- <exports symbol='XML_CHAR_ENCODING_8859_5'/>
- <exports symbol='XML_CHAR_ENCODING_8859_6'/>
- <exports symbol='XML_CHAR_ENCODING_8859_7'/>
- <exports symbol='XML_CHAR_ENCODING_8859_8'/>
- <exports symbol='XML_CHAR_ENCODING_8859_9'/>
- <exports symbol='XML_CHAR_ENCODING_ASCII'/>
- <exports symbol='XML_CHAR_ENCODING_EBCDIC'/>
- <exports symbol='XML_CHAR_ENCODING_ERROR'/>
- <exports symbol='XML_CHAR_ENCODING_EUC_JP'/>
- <exports symbol='XML_CHAR_ENCODING_NONE'/>
- <exports symbol='XML_CHAR_ENCODING_SHIFT_JIS'/>
- <exports symbol='XML_CHAR_ENCODING_UCS2'/>
- <exports symbol='XML_CHAR_ENCODING_UCS4BE'/>
- <exports symbol='XML_CHAR_ENCODING_UCS4LE'/>
- <exports symbol='XML_CHAR_ENCODING_UCS4_2143'/>
- <exports symbol='XML_CHAR_ENCODING_UCS4_3412'/>
- <exports symbol='XML_CHAR_ENCODING_UTF16BE'/>
- <exports symbol='XML_CHAR_ENCODING_UTF16LE'/>
- <exports symbol='XML_CHAR_ENCODING_UTF8'/>
- <exports symbol='_xmlCharEncodingHandler'/>
- <exports symbol='isolat1ToUTF8'/>
- <exports symbol='xmlAddEncodingAlias'/>
- <exports symbol='xmlCharEncCloseFunc'/>
- <exports symbol='xmlCharEncFirstLine'/>
- <exports symbol='xmlCharEncInFunc'/>
- <exports symbol='xmlCharEncOutFunc'/>
- <exports symbol='xmlCharEncoding'/>
- <exports symbol='xmlCharEncodingHandler'/>
- <exports symbol='xmlCharEncodingHandlerPtr'/>
- <exports symbol='xmlCharEncodingInputFunc'/>
- <exports symbol='xmlCharEncodingOutputFunc'/>
- <exports symbol='xmlCheckUTF8'/>
- <exports symbol='xmlCleanupCharEncodingHandlers'/>
- <exports symbol='xmlCleanupEncodingAliases'/>
- <exports symbol='xmlDelEncodingAlias'/>
- <exports symbol='xmlDetectCharEncoding'/>
- <exports symbol='xmlFindCharEncodingHandler'/>
- <exports symbol='xmlGetCharEncodingHandler'/>
- <exports symbol='xmlGetCharEncodingName'/>
- <exports symbol='xmlGetEncodingAlias'/>
- <exports symbol='xmlGetUTF8Char'/>
- <exports symbol='xmlInitCharEncodingHandlers'/>
- <exports symbol='xmlNewCharEncodingHandler'/>
- <exports symbol='xmlParseCharEncoding'/>
- <exports symbol='xmlRegisterCharEncodingHandler'/>
- <exports symbol='xmlUTF8Charcmp'/>
- <exports symbol='xmlUTF8Size'/>
- <exports symbol='xmlUTF8Strlen'/>
- <exports symbol='xmlUTF8Strloc'/>
- <exports symbol='xmlUTF8Strndup'/>
- <exports symbol='xmlUTF8Strpos'/>
- <exports symbol='xmlUTF8Strsize'/>
- <exports symbol='xmlUTF8Strsub'/>
- </file>
<file name='c14n'>
<exports symbol='xmlC14NDocDumpMemory'/>
<exports symbol='xmlC14NDocSave'/>
@@ -600,40 +431,46 @@
<exports symbol='xmlXPathWrapString'/>
<exports symbol='xmlXPatherror'/>
</file>
- <file name='list'>
- <exports symbol='xmlLink'/>
- <exports symbol='xmlLinkGetData'/>
- <exports symbol='xmlLinkPtr'/>
- <exports symbol='xmlList'/>
- <exports symbol='xmlListAppend'/>
- <exports symbol='xmlListClear'/>
- <exports symbol='xmlListCopy'/>
- <exports symbol='xmlListCreate'/>
- <exports symbol='xmlListDataCompare'/>
- <exports symbol='xmlListDeallocator'/>
- <exports symbol='xmlListDelete'/>
- <exports symbol='xmlListDup'/>
- <exports symbol='xmlListEmpty'/>
- <exports symbol='xmlListEnd'/>
- <exports symbol='xmlListFront'/>
- <exports symbol='xmlListInsert'/>
- <exports symbol='xmlListMerge'/>
- <exports symbol='xmlListPopBack'/>
- <exports symbol='xmlListPopFront'/>
- <exports symbol='xmlListPtr'/>
- <exports symbol='xmlListPushBack'/>
- <exports symbol='xmlListPushFront'/>
- <exports symbol='xmlListRemoveAll'/>
- <exports symbol='xmlListRemoveFirst'/>
- <exports symbol='xmlListRemoveLast'/>
- <exports symbol='xmlListReverse'/>
- <exports symbol='xmlListReverseSearch'/>
- <exports symbol='xmlListReverseWalk'/>
- <exports symbol='xmlListSearch'/>
- <exports symbol='xmlListSize'/>
- <exports symbol='xmlListSort'/>
- <exports symbol='xmlListWalk'/>
- <exports symbol='xmlListWalker'/>
+ <file name='chvalid'>
+ <exports symbol='_xmlChLRange'/>
+ <exports symbol='_xmlChRangeGroup'/>
+ <exports symbol='_xmlChSRange'/>
+ <exports symbol='xmlChLRange'/>
+ <exports symbol='xmlChLRangePtr'/>
+ <exports symbol='xmlChRangeGroup'/>
+ <exports symbol='xmlChRangeGroupPtr'/>
+ <exports symbol='xmlChSRange'/>
+ <exports symbol='xmlChSRangePtr'/>
+ <exports symbol='xmlCharInRange'/>
+ <exports symbol='xmlIsBaseChar'/>
+ <exports symbol='xmlIsBaseCharGroup'/>
+ <exports symbol='xmlIsBaseCharQ'/>
+ <exports symbol='xmlIsBaseChar_ch'/>
+ <exports symbol='xmlIsBlank'/>
+ <exports symbol='xmlIsBlankQ'/>
+ <exports symbol='xmlIsBlank_ch'/>
+ <exports symbol='xmlIsChar'/>
+ <exports symbol='xmlIsCharGroup'/>
+ <exports symbol='xmlIsCharQ'/>
+ <exports symbol='xmlIsChar_ch'/>
+ <exports symbol='xmlIsCombining'/>
+ <exports symbol='xmlIsCombiningGroup'/>
+ <exports symbol='xmlIsCombiningQ'/>
+ <exports symbol='xmlIsDigit'/>
+ <exports symbol='xmlIsDigitGroup'/>
+ <exports symbol='xmlIsDigitQ'/>
+ <exports symbol='xmlIsDigit_ch'/>
+ <exports symbol='xmlIsExtender'/>
+ <exports symbol='xmlIsExtenderGroup'/>
+ <exports symbol='xmlIsExtenderQ'/>
+ <exports symbol='xmlIsExtender_ch'/>
+ <exports symbol='xmlIsIdeographic'/>
+ <exports symbol='xmlIsIdeographicGroup'/>
+ <exports symbol='xmlIsIdeographicQ'/>
+ <exports symbol='xmlIsPubidChar'/>
+ <exports symbol='xmlIsPubidCharQ'/>
+ <exports symbol='xmlIsPubidChar_ch'/>
+ <exports symbol='xmlIsPubidChar_tab'/>
</file>
<file name='xmlautomata'>
<exports symbol='xmlAutomata'/>
@@ -707,46 +544,18 @@
<exports symbol='xmlNanoFTPScanProxy'/>
<exports symbol='xmlNanoFTPUpdateURL'/>
</file>
- <file name='chvalid'>
- <exports symbol='_xmlChLRange'/>
- <exports symbol='_xmlChRangeGroup'/>
- <exports symbol='_xmlChSRange'/>
- <exports symbol='xmlChLRange'/>
- <exports symbol='xmlChLRangePtr'/>
- <exports symbol='xmlChRangeGroup'/>
- <exports symbol='xmlChRangeGroupPtr'/>
- <exports symbol='xmlChSRange'/>
- <exports symbol='xmlChSRangePtr'/>
- <exports symbol='xmlCharInRange'/>
- <exports symbol='xmlIsBaseChar'/>
- <exports symbol='xmlIsBaseCharGroup'/>
- <exports symbol='xmlIsBaseCharQ'/>
- <exports symbol='xmlIsBaseChar_ch'/>
- <exports symbol='xmlIsBlank'/>
- <exports symbol='xmlIsBlankQ'/>
- <exports symbol='xmlIsBlank_ch'/>
- <exports symbol='xmlIsChar'/>
- <exports symbol='xmlIsCharGroup'/>
- <exports symbol='xmlIsCharQ'/>
- <exports symbol='xmlIsChar_ch'/>
- <exports symbol='xmlIsCombining'/>
- <exports symbol='xmlIsCombiningGroup'/>
- <exports symbol='xmlIsCombiningQ'/>
- <exports symbol='xmlIsDigit'/>
- <exports symbol='xmlIsDigitGroup'/>
- <exports symbol='xmlIsDigitQ'/>
- <exports symbol='xmlIsDigit_ch'/>
- <exports symbol='xmlIsExtender'/>
- <exports symbol='xmlIsExtenderGroup'/>
- <exports symbol='xmlIsExtenderQ'/>
- <exports symbol='xmlIsExtender_ch'/>
- <exports symbol='xmlIsIdeographic'/>
- <exports symbol='xmlIsIdeographicGroup'/>
- <exports symbol='xmlIsIdeographicQ'/>
- <exports symbol='xmlIsPubidChar'/>
- <exports symbol='xmlIsPubidCharQ'/>
- <exports symbol='xmlIsPubidChar_ch'/>
- <exports symbol='xmlIsPubidChar_tab'/>
+ <file name='xmlschemastypes'>
+ <exports symbol='xmlSchemaCheckFacet'/>
+ <exports symbol='xmlSchemaCleanupTypes'/>
+ <exports symbol='xmlSchemaCompareValues'/>
+ <exports symbol='xmlSchemaFreeFacet'/>
+ <exports symbol='xmlSchemaFreeValue'/>
+ <exports symbol='xmlSchemaGetPredefinedType'/>
+ <exports symbol='xmlSchemaInitTypes'/>
+ <exports symbol='xmlSchemaNewFacet'/>
+ <exports symbol='xmlSchemaValPredefTypeNode'/>
+ <exports symbol='xmlSchemaValidateFacet'/>
+ <exports symbol='xmlSchemaValidatePredefinedType'/>
</file>
<file name='DOCBparser'>
<exports symbol='docbCreateFileParserCtxt'/>
@@ -874,40 +683,6 @@
<exports symbol='xmlXPathVariable'/>
<exports symbol='xmlXPathVariablePtr'/>
</file>
- <file name='debugXML'>
- <exports symbol='_xmlShellCtxt'/>
- <exports symbol='xmlBoolToText'/>
- <exports symbol='xmlDebugDumpAttr'/>
- <exports symbol='xmlDebugDumpAttrList'/>
- <exports symbol='xmlDebugDumpDTD'/>
- <exports symbol='xmlDebugDumpDocument'/>
- <exports symbol='xmlDebugDumpDocumentHead'/>
- <exports symbol='xmlDebugDumpEntities'/>
- <exports symbol='xmlDebugDumpNode'/>
- <exports symbol='xmlDebugDumpNodeList'/>
- <exports symbol='xmlDebugDumpOneNode'/>
- <exports symbol='xmlDebugDumpString'/>
- <exports symbol='xmlLsCountNode'/>
- <exports symbol='xmlLsOneNode'/>
- <exports symbol='xmlShell'/>
- <exports symbol='xmlShellBase'/>
- <exports symbol='xmlShellCat'/>
- <exports symbol='xmlShellCmd'/>
- <exports symbol='xmlShellCtxt'/>
- <exports symbol='xmlShellCtxtPtr'/>
- <exports symbol='xmlShellDir'/>
- <exports symbol='xmlShellDu'/>
- <exports symbol='xmlShellList'/>
- <exports symbol='xmlShellLoad'/>
- <exports symbol='xmlShellPrintNode'/>
- <exports symbol='xmlShellPrintXPathError'/>
- <exports symbol='xmlShellPrintXPathResult'/>
- <exports symbol='xmlShellPwd'/>
- <exports symbol='xmlShellReadlineFunc'/>
- <exports symbol='xmlShellSave'/>
- <exports symbol='xmlShellValidate'/>
- <exports symbol='xmlShellWrite'/>
- </file>
<file name='xlink'>
<exports symbol='XLINK_ACTUATE_AUTO'/>
<exports symbol='XLINK_ACTUATE_NONE'/>
@@ -939,56 +714,6 @@
<exports symbol='xlinkTitle'/>
<exports symbol='xlinkType'/>
</file>
- <file name='xmlschemas'>
- <exports symbol='XML_SCHEMAS_ERR_'/>
- <exports symbol='XML_SCHEMAS_ERR_ATTRINVALID'/>
- <exports symbol='XML_SCHEMAS_ERR_ATTRUNKNOWN'/>
- <exports symbol='XML_SCHEMAS_ERR_CONSTRUCT'/>
- <exports symbol='XML_SCHEMAS_ERR_ELEMCONT'/>
- <exports symbol='XML_SCHEMAS_ERR_EXTRACONTENT'/>
- <exports symbol='XML_SCHEMAS_ERR_FACET'/>
- <exports symbol='XML_SCHEMAS_ERR_HAVEDEFAULT'/>
- <exports symbol='XML_SCHEMAS_ERR_INTERNAL'/>
- <exports symbol='XML_SCHEMAS_ERR_INVALIDATTR'/>
- <exports symbol='XML_SCHEMAS_ERR_INVALIDELEM'/>
- <exports symbol='XML_SCHEMAS_ERR_ISABSTRACT'/>
- <exports symbol='XML_SCHEMAS_ERR_MISSING'/>
- <exports symbol='XML_SCHEMAS_ERR_NOROLLBACK'/>
- <exports symbol='XML_SCHEMAS_ERR_NOROOT'/>
- <exports symbol='XML_SCHEMAS_ERR_NOTDETERMINIST'/>
- <exports symbol='XML_SCHEMAS_ERR_NOTEMPTY'/>
- <exports symbol='XML_SCHEMAS_ERR_NOTNILLABLE'/>
- <exports symbol='XML_SCHEMAS_ERR_NOTSIMPLE'/>
- <exports symbol='XML_SCHEMAS_ERR_NOTTOPLEVEL'/>
- <exports symbol='XML_SCHEMAS_ERR_NOTYPE'/>
- <exports symbol='XML_SCHEMAS_ERR_OK'/>
- <exports symbol='XML_SCHEMAS_ERR_UNDECLAREDELEM'/>
- <exports symbol='XML_SCHEMAS_ERR_VALUE'/>
- <exports symbol='XML_SCHEMAS_ERR_WRONGELEM'/>
- <exports symbol='XML_SCHEMAS_ERR_XXX'/>
- <exports symbol='xmlSchema'/>
- <exports symbol='xmlSchemaDump'/>
- <exports symbol='xmlSchemaFree'/>
- <exports symbol='xmlSchemaFreeParserCtxt'/>
- <exports symbol='xmlSchemaFreeValidCtxt'/>
- <exports symbol='xmlSchemaNewDocParserCtxt'/>
- <exports symbol='xmlSchemaNewMemParserCtxt'/>
- <exports symbol='xmlSchemaNewParserCtxt'/>
- <exports symbol='xmlSchemaNewValidCtxt'/>
- <exports symbol='xmlSchemaParse'/>
- <exports symbol='xmlSchemaParserCtxt'/>
- <exports symbol='xmlSchemaParserCtxtPtr'/>
- <exports symbol='xmlSchemaPtr'/>
- <exports symbol='xmlSchemaSetParserErrors'/>
- <exports symbol='xmlSchemaSetValidErrors'/>
- <exports symbol='xmlSchemaValidCtxt'/>
- <exports symbol='xmlSchemaValidCtxtPtr'/>
- <exports symbol='xmlSchemaValidError'/>
- <exports symbol='xmlSchemaValidateDoc'/>
- <exports symbol='xmlSchemaValidateStream'/>
- <exports symbol='xmlSchemaValidityErrorFunc'/>
- <exports symbol='xmlSchemaValidityWarningFunc'/>
- </file>
<file name='entities'>
<exports symbol='XML_EXTERNAL_GENERAL_PARSED_ENTITY'/>
<exports symbol='XML_EXTERNAL_GENERAL_UNPARSED_ENTITY'/>
@@ -1079,6 +804,41 @@
<exports symbol='xmlSAXDefaultVersion'/>
<exports symbol='xmlSAXVersion'/>
</file>
+ <file name='list'>
+ <exports symbol='xmlLink'/>
+ <exports symbol='xmlLinkGetData'/>
+ <exports symbol='xmlLinkPtr'/>
+ <exports symbol='xmlList'/>
+ <exports symbol='xmlListAppend'/>
+ <exports symbol='xmlListClear'/>
+ <exports symbol='xmlListCopy'/>
+ <exports symbol='xmlListCreate'/>
+ <exports symbol='xmlListDataCompare'/>
+ <exports symbol='xmlListDeallocator'/>
+ <exports symbol='xmlListDelete'/>
+ <exports symbol='xmlListDup'/>
+ <exports symbol='xmlListEmpty'/>
+ <exports symbol='xmlListEnd'/>
+ <exports symbol='xmlListFront'/>
+ <exports symbol='xmlListInsert'/>
+ <exports symbol='xmlListMerge'/>
+ <exports symbol='xmlListPopBack'/>
+ <exports symbol='xmlListPopFront'/>
+ <exports symbol='xmlListPtr'/>
+ <exports symbol='xmlListPushBack'/>
+ <exports symbol='xmlListPushFront'/>
+ <exports symbol='xmlListRemoveAll'/>
+ <exports symbol='xmlListRemoveFirst'/>
+ <exports symbol='xmlListRemoveLast'/>
+ <exports symbol='xmlListReverse'/>
+ <exports symbol='xmlListReverseSearch'/>
+ <exports symbol='xmlListReverseWalk'/>
+ <exports symbol='xmlListSearch'/>
+ <exports symbol='xmlListSize'/>
+ <exports symbol='xmlListSort'/>
+ <exports symbol='xmlListWalk'/>
+ <exports symbol='xmlListWalker'/>
+ </file>
<file name='xmlmemory'>
<exports symbol='DEBUG_MEMORY'/>
<exports symbol='xmlFreeFunc'/>
@@ -1721,6 +1481,145 @@
<exports symbol='xmlTextReaderValue'/>
<exports symbol='xmlTextReaderXmlLang'/>
</file>
+ <file name='xmlschemas'>
+ <exports symbol='XML_SCHEMAS_ERR_'/>
+ <exports symbol='XML_SCHEMAS_ERR_ATTRINVALID'/>
+ <exports symbol='XML_SCHEMAS_ERR_ATTRUNKNOWN'/>
+ <exports symbol='XML_SCHEMAS_ERR_CONSTRUCT'/>
+ <exports symbol='XML_SCHEMAS_ERR_ELEMCONT'/>
+ <exports symbol='XML_SCHEMAS_ERR_EXTRACONTENT'/>
+ <exports symbol='XML_SCHEMAS_ERR_FACET'/>
+ <exports symbol='XML_SCHEMAS_ERR_HAVEDEFAULT'/>
+ <exports symbol='XML_SCHEMAS_ERR_INTERNAL'/>
+ <exports symbol='XML_SCHEMAS_ERR_INVALIDATTR'/>
+ <exports symbol='XML_SCHEMAS_ERR_INVALIDELEM'/>
+ <exports symbol='XML_SCHEMAS_ERR_ISABSTRACT'/>
+ <exports symbol='XML_SCHEMAS_ERR_MISSING'/>
+ <exports symbol='XML_SCHEMAS_ERR_NOROLLBACK'/>
+ <exports symbol='XML_SCHEMAS_ERR_NOROOT'/>
+ <exports symbol='XML_SCHEMAS_ERR_NOTDETERMINIST'/>
+ <exports symbol='XML_SCHEMAS_ERR_NOTEMPTY'/>
+ <exports symbol='XML_SCHEMAS_ERR_NOTNILLABLE'/>
+ <exports symbol='XML_SCHEMAS_ERR_NOTSIMPLE'/>
+ <exports symbol='XML_SCHEMAS_ERR_NOTTOPLEVEL'/>
+ <exports symbol='XML_SCHEMAS_ERR_NOTYPE'/>
+ <exports symbol='XML_SCHEMAS_ERR_OK'/>
+ <exports symbol='XML_SCHEMAS_ERR_UNDECLAREDELEM'/>
+ <exports symbol='XML_SCHEMAS_ERR_VALUE'/>
+ <exports symbol='XML_SCHEMAS_ERR_WRONGELEM'/>
+ <exports symbol='XML_SCHEMAS_ERR_XXX'/>
+ <exports symbol='xmlSchema'/>
+ <exports symbol='xmlSchemaDump'/>
+ <exports symbol='xmlSchemaFree'/>
+ <exports symbol='xmlSchemaFreeParserCtxt'/>
+ <exports symbol='xmlSchemaFreeValidCtxt'/>
+ <exports symbol='xmlSchemaNewDocParserCtxt'/>
+ <exports symbol='xmlSchemaNewMemParserCtxt'/>
+ <exports symbol='xmlSchemaNewParserCtxt'/>
+ <exports symbol='xmlSchemaNewValidCtxt'/>
+ <exports symbol='xmlSchemaParse'/>
+ <exports symbol='xmlSchemaParserCtxt'/>
+ <exports symbol='xmlSchemaParserCtxtPtr'/>
+ <exports symbol='xmlSchemaPtr'/>
+ <exports symbol='xmlSchemaSetParserErrors'/>
+ <exports symbol='xmlSchemaSetValidErrors'/>
+ <exports symbol='xmlSchemaValidCtxt'/>
+ <exports symbol='xmlSchemaValidCtxtPtr'/>
+ <exports symbol='xmlSchemaValidError'/>
+ <exports symbol='xmlSchemaValidateDoc'/>
+ <exports symbol='xmlSchemaValidateStream'/>
+ <exports symbol='xmlSchemaValidityErrorFunc'/>
+ <exports symbol='xmlSchemaValidityWarningFunc'/>
+ </file>
+ <file name='relaxng'>
+ <exports symbol='XML_RELAXNG_ERR_ATTREXTRANS'/>
+ <exports symbol='XML_RELAXNG_ERR_ATTRNAME'/>
+ <exports symbol='XML_RELAXNG_ERR_ATTRNONS'/>
+ <exports symbol='XML_RELAXNG_ERR_ATTRVALID'/>
+ <exports symbol='XML_RELAXNG_ERR_ATTRWRONGNS'/>
+ <exports symbol='XML_RELAXNG_ERR_CONTENTVALID'/>
+ <exports symbol='XML_RELAXNG_ERR_DATAELEM'/>
+ <exports symbol='XML_RELAXNG_ERR_DATATYPE'/>
+ <exports symbol='XML_RELAXNG_ERR_DUPID'/>
+ <exports symbol='XML_RELAXNG_ERR_ELEMEXTRANS'/>
+ <exports symbol='XML_RELAXNG_ERR_ELEMNAME'/>
+ <exports symbol='XML_RELAXNG_ERR_ELEMNONS'/>
+ <exports symbol='XML_RELAXNG_ERR_ELEMNOTEMPTY'/>
+ <exports symbol='XML_RELAXNG_ERR_ELEMWRONG'/>
+ <exports symbol='XML_RELAXNG_ERR_ELEMWRONGNS'/>
+ <exports symbol='XML_RELAXNG_ERR_EXTRACONTENT'/>
+ <exports symbol='XML_RELAXNG_ERR_EXTRADATA'/>
+ <exports symbol='XML_RELAXNG_ERR_INTEREXTRA'/>
+ <exports symbol='XML_RELAXNG_ERR_INTERNAL'/>
+ <exports symbol='XML_RELAXNG_ERR_INTERNODATA'/>
+ <exports symbol='XML_RELAXNG_ERR_INTERSEQ'/>
+ <exports symbol='XML_RELAXNG_ERR_INVALIDATTR'/>
+ <exports symbol='XML_RELAXNG_ERR_LACKDATA'/>
+ <exports symbol='XML_RELAXNG_ERR_LIST'/>
+ <exports symbol='XML_RELAXNG_ERR_LISTELEM'/>
+ <exports symbol='XML_RELAXNG_ERR_LISTEMPTY'/>
+ <exports symbol='XML_RELAXNG_ERR_LISTEXTRA'/>
+ <exports symbol='XML_RELAXNG_ERR_MEMORY'/>
+ <exports symbol='XML_RELAXNG_ERR_NODEFINE'/>
+ <exports symbol='XML_RELAXNG_ERR_NOELEM'/>
+ <exports symbol='XML_RELAXNG_ERR_NOGRAMMAR'/>
+ <exports symbol='XML_RELAXNG_ERR_NOSTATE'/>
+ <exports symbol='XML_RELAXNG_ERR_NOTELEM'/>
+ <exports symbol='XML_RELAXNG_ERR_TEXTWRONG'/>
+ <exports symbol='XML_RELAXNG_ERR_TYPE'/>
+ <exports symbol='XML_RELAXNG_ERR_TYPECMP'/>
+ <exports symbol='XML_RELAXNG_ERR_TYPEVAL'/>
+ <exports symbol='XML_RELAXNG_ERR_VALELEM'/>
+ <exports symbol='XML_RELAXNG_ERR_VALUE'/>
+ <exports symbol='XML_RELAXNG_OK'/>
+ <exports symbol='xmlRelaxNG'/>
+ <exports symbol='xmlRelaxNGCleanupTypes'/>
+ <exports symbol='xmlRelaxNGDump'/>
+ <exports symbol='xmlRelaxNGDumpTree'/>
+ <exports symbol='xmlRelaxNGFree'/>
+ <exports symbol='xmlRelaxNGFreeParserCtxt'/>
+ <exports symbol='xmlRelaxNGFreeValidCtxt'/>
+ <exports symbol='xmlRelaxNGGetParserErrors'/>
+ <exports symbol='xmlRelaxNGGetValidErrors'/>
+ <exports symbol='xmlRelaxNGNewDocParserCtxt'/>
+ <exports symbol='xmlRelaxNGNewMemParserCtxt'/>
+ <exports symbol='xmlRelaxNGNewParserCtxt'/>
+ <exports symbol='xmlRelaxNGNewValidCtxt'/>
+ <exports symbol='xmlRelaxNGParse'/>
+ <exports symbol='xmlRelaxNGParserCtxt'/>
+ <exports symbol='xmlRelaxNGParserCtxtPtr'/>
+ <exports symbol='xmlRelaxNGPtr'/>
+ <exports symbol='xmlRelaxNGSetParserErrors'/>
+ <exports symbol='xmlRelaxNGSetValidErrors'/>
+ <exports symbol='xmlRelaxNGValidCtxt'/>
+ <exports symbol='xmlRelaxNGValidCtxtPtr'/>
+ <exports symbol='xmlRelaxNGValidErr'/>
+ <exports symbol='xmlRelaxNGValidateDoc'/>
+ <exports symbol='xmlRelaxNGValidateFullElement'/>
+ <exports symbol='xmlRelaxNGValidatePopElement'/>
+ <exports symbol='xmlRelaxNGValidatePushCData'/>
+ <exports symbol='xmlRelaxNGValidatePushElement'/>
+ <exports symbol='xmlRelaxNGValidityErrorFunc'/>
+ <exports symbol='xmlRelaxNGValidityWarningFunc'/>
+ </file>
+ <file name='dict'>
+ <exports symbol='xmlDict'/>
+ <exports symbol='xmlDictCreate'/>
+ <exports symbol='xmlDictFree'/>
+ <exports symbol='xmlDictLookup'/>
+ <exports symbol='xmlDictOwns'/>
+ <exports symbol='xmlDictPtr'/>
+ <exports symbol='xmlDictQLookup'/>
+ <exports symbol='xmlDictReference'/>
+ <exports symbol='xmlDictSize'/>
+ </file>
+ <file name='xmlexports'>
+ <exports symbol='LIBXML_DLL_IMPORT'/>
+ <exports symbol='XMLCALL'/>
+ <exports symbol='XMLPUBFUN'/>
+ <exports symbol='XMLPUBVAR'/>
+ <exports symbol='_REENTRANT'/>
+ </file>
<file name='globals'>
<exports symbol='_xmlGlobalState'/>
<exports symbol='docbDefaultSAXHandler'/>
@@ -1810,63 +1709,6 @@
<exports symbol='xmlTreeIndentString'/>
<exports symbol='xmlTreeIndentString'/>
</file>
- <file name='dict'>
- <exports symbol='xmlDict'/>
- <exports symbol='xmlDictCreate'/>
- <exports symbol='xmlDictFree'/>
- <exports symbol='xmlDictLookup'/>
- <exports symbol='xmlDictOwns'/>
- <exports symbol='xmlDictPtr'/>
- <exports symbol='xmlDictQLookup'/>
- <exports symbol='xmlDictReference'/>
- <exports symbol='xmlDictSize'/>
- </file>
- <file name='xmlexports'>
- <exports symbol='LIBXML_DLL_IMPORT'/>
- <exports symbol='XMLCALL'/>
- <exports symbol='XMLPUBFUN'/>
- <exports symbol='XMLPUBVAR'/>
- <exports symbol='_REENTRANT'/>
- </file>
- <file name='SAX'>
- <exports symbol='attribute'/>
- <exports symbol='attributeDecl'/>
- <exports symbol='cdataBlock'/>
- <exports symbol='characters'/>
- <exports symbol='checkNamespace'/>
- <exports symbol='comment'/>
- <exports symbol='elementDecl'/>
- <exports symbol='endDocument'/>
- <exports symbol='endElement'/>
- <exports symbol='entityDecl'/>
- <exports symbol='externalSubset'/>
- <exports symbol='getColumnNumber'/>
- <exports symbol='getEntity'/>
- <exports symbol='getLineNumber'/>
- <exports symbol='getNamespace'/>
- <exports symbol='getParameterEntity'/>
- <exports symbol='getPublicId'/>
- <exports symbol='getSystemId'/>
- <exports symbol='globalNamespace'/>
- <exports symbol='hasExternalSubset'/>
- <exports symbol='hasInternalSubset'/>
- <exports symbol='ignorableWhitespace'/>
- <exports symbol='initdocbDefaultSAXHandler'/>
- <exports symbol='inithtmlDefaultSAXHandler'/>
- <exports symbol='initxmlDefaultSAXHandler'/>
- <exports symbol='internalSubset'/>
- <exports symbol='isStandalone'/>
- <exports symbol='namespaceDecl'/>
- <exports symbol='notationDecl'/>
- <exports symbol='processingInstruction'/>
- <exports symbol='reference'/>
- <exports symbol='resolveEntity'/>
- <exports symbol='setDocumentLocator'/>
- <exports symbol='setNamespace'/>
- <exports symbol='startDocument'/>
- <exports symbol='startElement'/>
- <exports symbol='unparsedEntityDecl'/>
- </file>
<file name='xmlwriter'>
<exports symbol='xmlFreeTextWriter'/>
<exports symbol='xmlNewTextWriter'/>
@@ -2813,76 +2655,191 @@
<exports symbol='xmlRegexpPrint'/>
<exports symbol='xmlRegexpPtr'/>
</file>
- <file name='relaxng'>
- <exports symbol='XML_RELAXNG_ERR_ATTREXTRANS'/>
- <exports symbol='XML_RELAXNG_ERR_ATTRNAME'/>
- <exports symbol='XML_RELAXNG_ERR_ATTRNONS'/>
- <exports symbol='XML_RELAXNG_ERR_ATTRVALID'/>
- <exports symbol='XML_RELAXNG_ERR_ATTRWRONGNS'/>
- <exports symbol='XML_RELAXNG_ERR_CONTENTVALID'/>
- <exports symbol='XML_RELAXNG_ERR_DATAELEM'/>
- <exports symbol='XML_RELAXNG_ERR_DATATYPE'/>
- <exports symbol='XML_RELAXNG_ERR_DUPID'/>
- <exports symbol='XML_RELAXNG_ERR_ELEMEXTRANS'/>
- <exports symbol='XML_RELAXNG_ERR_ELEMNAME'/>
- <exports symbol='XML_RELAXNG_ERR_ELEMNONS'/>
- <exports symbol='XML_RELAXNG_ERR_ELEMNOTEMPTY'/>
- <exports symbol='XML_RELAXNG_ERR_ELEMWRONG'/>
- <exports symbol='XML_RELAXNG_ERR_ELEMWRONGNS'/>
- <exports symbol='XML_RELAXNG_ERR_EXTRACONTENT'/>
- <exports symbol='XML_RELAXNG_ERR_EXTRADATA'/>
- <exports symbol='XML_RELAXNG_ERR_INTEREXTRA'/>
- <exports symbol='XML_RELAXNG_ERR_INTERNAL'/>
- <exports symbol='XML_RELAXNG_ERR_INTERNODATA'/>
- <exports symbol='XML_RELAXNG_ERR_INTERSEQ'/>
- <exports symbol='XML_RELAXNG_ERR_INVALIDATTR'/>
- <exports symbol='XML_RELAXNG_ERR_LACKDATA'/>
- <exports symbol='XML_RELAXNG_ERR_LIST'/>
- <exports symbol='XML_RELAXNG_ERR_LISTELEM'/>
- <exports symbol='XML_RELAXNG_ERR_LISTEMPTY'/>
- <exports symbol='XML_RELAXNG_ERR_LISTEXTRA'/>
- <exports symbol='XML_RELAXNG_ERR_MEMORY'/>
- <exports symbol='XML_RELAXNG_ERR_NODEFINE'/>
- <exports symbol='XML_RELAXNG_ERR_NOELEM'/>
- <exports symbol='XML_RELAXNG_ERR_NOGRAMMAR'/>
- <exports symbol='XML_RELAXNG_ERR_NOSTATE'/>
- <exports symbol='XML_RELAXNG_ERR_NOTELEM'/>
- <exports symbol='XML_RELAXNG_ERR_TEXTWRONG'/>
- <exports symbol='XML_RELAXNG_ERR_TYPE'/>
- <exports symbol='XML_RELAXNG_ERR_TYPECMP'/>
- <exports symbol='XML_RELAXNG_ERR_TYPEVAL'/>
- <exports symbol='XML_RELAXNG_ERR_VALELEM'/>
- <exports symbol='XML_RELAXNG_ERR_VALUE'/>
- <exports symbol='XML_RELAXNG_OK'/>
- <exports symbol='xmlRelaxNG'/>
- <exports symbol='xmlRelaxNGCleanupTypes'/>
- <exports symbol='xmlRelaxNGDump'/>
- <exports symbol='xmlRelaxNGDumpTree'/>
- <exports symbol='xmlRelaxNGFree'/>
- <exports symbol='xmlRelaxNGFreeParserCtxt'/>
- <exports symbol='xmlRelaxNGFreeValidCtxt'/>
- <exports symbol='xmlRelaxNGGetParserErrors'/>
- <exports symbol='xmlRelaxNGGetValidErrors'/>
- <exports symbol='xmlRelaxNGNewDocParserCtxt'/>
- <exports symbol='xmlRelaxNGNewMemParserCtxt'/>
- <exports symbol='xmlRelaxNGNewParserCtxt'/>
- <exports symbol='xmlRelaxNGNewValidCtxt'/>
- <exports symbol='xmlRelaxNGParse'/>
- <exports symbol='xmlRelaxNGParserCtxt'/>
- <exports symbol='xmlRelaxNGParserCtxtPtr'/>
- <exports symbol='xmlRelaxNGPtr'/>
- <exports symbol='xmlRelaxNGSetParserErrors'/>
- <exports symbol='xmlRelaxNGSetValidErrors'/>
- <exports symbol='xmlRelaxNGValidCtxt'/>
- <exports symbol='xmlRelaxNGValidCtxtPtr'/>
- <exports symbol='xmlRelaxNGValidErr'/>
- <exports symbol='xmlRelaxNGValidateDoc'/>
- <exports symbol='xmlRelaxNGValidateFullElement'/>
- <exports symbol='xmlRelaxNGValidatePopElement'/>
- <exports symbol='xmlRelaxNGValidatePushCData'/>
- <exports symbol='xmlRelaxNGValidatePushElement'/>
- <exports symbol='xmlRelaxNGValidityErrorFunc'/>
- <exports symbol='xmlRelaxNGValidityWarningFunc'/>
+ <file name='nanohttp'>
+ <exports symbol='xmlNanoHTTPAuthHeader'/>
+ <exports symbol='xmlNanoHTTPCleanup'/>
+ <exports symbol='xmlNanoHTTPClose'/>
+ <exports symbol='xmlNanoHTTPEncoding'/>
+ <exports symbol='xmlNanoHTTPFetch'/>
+ <exports symbol='xmlNanoHTTPInit'/>
+ <exports symbol='xmlNanoHTTPMethod'/>
+ <exports symbol='xmlNanoHTTPMethodRedir'/>
+ <exports symbol='xmlNanoHTTPMimeType'/>
+ <exports symbol='xmlNanoHTTPOpen'/>
+ <exports symbol='xmlNanoHTTPOpenRedir'/>
+ <exports symbol='xmlNanoHTTPRead'/>
+ <exports symbol='xmlNanoHTTPRedir'/>
+ <exports symbol='xmlNanoHTTPReturnCode'/>
+ <exports symbol='xmlNanoHTTPSave'/>
+ <exports symbol='xmlNanoHTTPScanProxy'/>
+ </file>
+ <file name='xmlunicode'>
+ <exports symbol='xmlUCSIsAegeanNumbers'/>
+ <exports symbol='xmlUCSIsAlphabeticPresentationForms'/>
+ <exports symbol='xmlUCSIsArabic'/>
+ <exports symbol='xmlUCSIsArabicPresentationFormsA'/>
+ <exports symbol='xmlUCSIsArabicPresentationFormsB'/>
+ <exports symbol='xmlUCSIsArmenian'/>
+ <exports symbol='xmlUCSIsArrows'/>
+ <exports symbol='xmlUCSIsBasicLatin'/>
+ <exports symbol='xmlUCSIsBengali'/>
+ <exports symbol='xmlUCSIsBlock'/>
+ <exports symbol='xmlUCSIsBlockElements'/>
+ <exports symbol='xmlUCSIsBopomofo'/>
+ <exports symbol='xmlUCSIsBopomofoExtended'/>
+ <exports symbol='xmlUCSIsBoxDrawing'/>
+ <exports symbol='xmlUCSIsBraillePatterns'/>
+ <exports symbol='xmlUCSIsBuhid'/>
+ <exports symbol='xmlUCSIsByzantineMusicalSymbols'/>
+ <exports symbol='xmlUCSIsCJKCompatibility'/>
+ <exports symbol='xmlUCSIsCJKCompatibilityForms'/>
+ <exports symbol='xmlUCSIsCJKCompatibilityIdeographs'/>
+ <exports symbol='xmlUCSIsCJKCompatibilityIdeographsSupplement'/>
+ <exports symbol='xmlUCSIsCJKRadicalsSupplement'/>
+ <exports symbol='xmlUCSIsCJKSymbolsandPunctuation'/>
+ <exports symbol='xmlUCSIsCJKUnifiedIdeographs'/>
+ <exports symbol='xmlUCSIsCJKUnifiedIdeographsExtensionA'/>
+ <exports symbol='xmlUCSIsCJKUnifiedIdeographsExtensionB'/>
+ <exports symbol='xmlUCSIsCat'/>
+ <exports symbol='xmlUCSIsCatC'/>
+ <exports symbol='xmlUCSIsCatCc'/>
+ <exports symbol='xmlUCSIsCatCf'/>
+ <exports symbol='xmlUCSIsCatCo'/>
+ <exports symbol='xmlUCSIsCatCs'/>
+ <exports symbol='xmlUCSIsCatL'/>
+ <exports symbol='xmlUCSIsCatLl'/>
+ <exports symbol='xmlUCSIsCatLm'/>
+ <exports symbol='xmlUCSIsCatLo'/>
+ <exports symbol='xmlUCSIsCatLt'/>
+ <exports symbol='xmlUCSIsCatLu'/>
+ <exports symbol='xmlUCSIsCatM'/>
+ <exports symbol='xmlUCSIsCatMc'/>
+ <exports symbol='xmlUCSIsCatMe'/>
+ <exports symbol='xmlUCSIsCatMn'/>
+ <exports symbol='xmlUCSIsCatN'/>
+ <exports symbol='xmlUCSIsCatNd'/>
+ <exports symbol='xmlUCSIsCatNl'/>
+ <exports symbol='xmlUCSIsCatNo'/>
+ <exports symbol='xmlUCSIsCatP'/>
+ <exports symbol='xmlUCSIsCatPc'/>
+ <exports symbol='xmlUCSIsCatPd'/>
+ <exports symbol='xmlUCSIsCatPe'/>
+ <exports symbol='xmlUCSIsCatPf'/>
+ <exports symbol='xmlUCSIsCatPi'/>
+ <exports symbol='xmlUCSIsCatPo'/>
+ <exports symbol='xmlUCSIsCatPs'/>
+ <exports symbol='xmlUCSIsCatS'/>
+ <exports symbol='xmlUCSIsCatSc'/>
+ <exports symbol='xmlUCSIsCatSk'/>
+ <exports symbol='xmlUCSIsCatSm'/>
+ <exports symbol='xmlUCSIsCatSo'/>
+ <exports symbol='xmlUCSIsCatZ'/>
+ <exports symbol='xmlUCSIsCatZl'/>
+ <exports symbol='xmlUCSIsCatZp'/>
+ <exports symbol='xmlUCSIsCatZs'/>
+ <exports symbol='xmlUCSIsCherokee'/>
+ <exports symbol='xmlUCSIsCombiningDiacriticalMarks'/>
+ <exports symbol='xmlUCSIsCombiningDiacriticalMarksforSymbols'/>
+ <exports symbol='xmlUCSIsCombiningHalfMarks'/>
+ <exports symbol='xmlUCSIsCombiningMarksforSymbols'/>
+ <exports symbol='xmlUCSIsControlPictures'/>
+ <exports symbol='xmlUCSIsCurrencySymbols'/>
+ <exports symbol='xmlUCSIsCypriotSyllabary'/>
+ <exports symbol='xmlUCSIsCyrillic'/>
+ <exports symbol='xmlUCSIsCyrillicSupplement'/>
+ <exports symbol='xmlUCSIsDeseret'/>
+ <exports symbol='xmlUCSIsDevanagari'/>
+ <exports symbol='xmlUCSIsDingbats'/>
+ <exports symbol='xmlUCSIsEnclosedAlphanumerics'/>
+ <exports symbol='xmlUCSIsEnclosedCJKLettersandMonths'/>
+ <exports symbol='xmlUCSIsEthiopic'/>
+ <exports symbol='xmlUCSIsGeneralPunctuation'/>
+ <exports symbol='xmlUCSIsGeometricShapes'/>
+ <exports symbol='xmlUCSIsGeorgian'/>
+ <exports symbol='xmlUCSIsGothic'/>
+ <exports symbol='xmlUCSIsGreek'/>
+ <exports symbol='xmlUCSIsGreekExtended'/>
+ <exports symbol='xmlUCSIsGreekandCoptic'/>
+ <exports symbol='xmlUCSIsGujarati'/>
+ <exports symbol='xmlUCSIsGurmukhi'/>
+ <exports symbol='xmlUCSIsHalfwidthandFullwidthForms'/>
+ <exports symbol='xmlUCSIsHangulCompatibilityJamo'/>
+ <exports symbol='xmlUCSIsHangulJamo'/>
+ <exports symbol='xmlUCSIsHangulSyllables'/>
+ <exports symbol='xmlUCSIsHanunoo'/>
+ <exports symbol='xmlUCSIsHebrew'/>
+ <exports symbol='xmlUCSIsHighPrivateUseSurrogates'/>
+ <exports symbol='xmlUCSIsHighSurrogates'/>
+ <exports symbol='xmlUCSIsHiragana'/>
+ <exports symbol='xmlUCSIsIPAExtensions'/>
+ <exports symbol='xmlUCSIsIdeographicDescriptionCharacters'/>
+ <exports symbol='xmlUCSIsKanbun'/>
+ <exports symbol='xmlUCSIsKangxiRadicals'/>
+ <exports symbol='xmlUCSIsKannada'/>
+ <exports symbol='xmlUCSIsKatakana'/>
+ <exports symbol='xmlUCSIsKatakanaPhoneticExtensions'/>
+ <exports symbol='xmlUCSIsKhmer'/>
+ <exports symbol='xmlUCSIsKhmerSymbols'/>
+ <exports symbol='xmlUCSIsLao'/>
+ <exports symbol='xmlUCSIsLatin1Supplement'/>
+ <exports symbol='xmlUCSIsLatinExtendedA'/>
+ <exports symbol='xmlUCSIsLatinExtendedAdditional'/>
+ <exports symbol='xmlUCSIsLatinExtendedB'/>
+ <exports symbol='xmlUCSIsLetterlikeSymbols'/>
+ <exports symbol='xmlUCSIsLimbu'/>
+ <exports symbol='xmlUCSIsLinearBIdeograms'/>
+ <exports symbol='xmlUCSIsLinearBSyllabary'/>
+ <exports symbol='xmlUCSIsLowSurrogates'/>
+ <exports symbol='xmlUCSIsMalayalam'/>
+ <exports symbol='xmlUCSIsMathematicalAlphanumericSymbols'/>
+ <exports symbol='xmlUCSIsMathematicalOperators'/>
+ <exports symbol='xmlUCSIsMiscellaneousMathematicalSymbolsA'/>
+ <exports symbol='xmlUCSIsMiscellaneousMathematicalSymbolsB'/>
+ <exports symbol='xmlUCSIsMiscellaneousSymbols'/>
+ <exports symbol='xmlUCSIsMiscellaneousSymbolsandArrows'/>
+ <exports symbol='xmlUCSIsMiscellaneousTechnical'/>
+ <exports symbol='xmlUCSIsMongolian'/>
+ <exports symbol='xmlUCSIsMusicalSymbols'/>
+ <exports symbol='xmlUCSIsMyanmar'/>
+ <exports symbol='xmlUCSIsNumberForms'/>
+ <exports symbol='xmlUCSIsOgham'/>
+ <exports symbol='xmlUCSIsOldItalic'/>
+ <exports symbol='xmlUCSIsOpticalCharacterRecognition'/>
+ <exports symbol='xmlUCSIsOriya'/>
+ <exports symbol='xmlUCSIsOsmanya'/>
+ <exports symbol='xmlUCSIsPhoneticExtensions'/>
+ <exports symbol='xmlUCSIsPrivateUse'/>
+ <exports symbol='xmlUCSIsPrivateUseArea'/>
+ <exports symbol='xmlUCSIsRunic'/>
+ <exports symbol='xmlUCSIsShavian'/>
+ <exports symbol='xmlUCSIsSinhala'/>
+ <exports symbol='xmlUCSIsSmallFormVariants'/>
+ <exports symbol='xmlUCSIsSpacingModifierLetters'/>
+ <exports symbol='xmlUCSIsSpecials'/>
+ <exports symbol='xmlUCSIsSuperscriptsandSubscripts'/>
+ <exports symbol='xmlUCSIsSupplementalArrowsA'/>
+ <exports symbol='xmlUCSIsSupplementalArrowsB'/>
+ <exports symbol='xmlUCSIsSupplementalMathematicalOperators'/>
+ <exports symbol='xmlUCSIsSupplementaryPrivateUseAreaA'/>
+ <exports symbol='xmlUCSIsSupplementaryPrivateUseAreaB'/>
+ <exports symbol='xmlUCSIsSyriac'/>
+ <exports symbol='xmlUCSIsTagalog'/>
+ <exports symbol='xmlUCSIsTagbanwa'/>
+ <exports symbol='xmlUCSIsTags'/>
+ <exports symbol='xmlUCSIsTaiLe'/>
+ <exports symbol='xmlUCSIsTaiXuanJingSymbols'/>
+ <exports symbol='xmlUCSIsTamil'/>
+ <exports symbol='xmlUCSIsTelugu'/>
+ <exports symbol='xmlUCSIsThaana'/>
+ <exports symbol='xmlUCSIsThai'/>
+ <exports symbol='xmlUCSIsTibetan'/>
+ <exports symbol='xmlUCSIsUgaritic'/>
+ <exports symbol='xmlUCSIsUnifiedCanadianAboriginalSyllabics'/>
+ <exports symbol='xmlUCSIsVariationSelectors'/>
+ <exports symbol='xmlUCSIsVariationSelectorsSupplement'/>
+ <exports symbol='xmlUCSIsYiRadicals'/>
+ <exports symbol='xmlUCSIsYiSyllables'/>
+ <exports symbol='xmlUCSIsYijingHexagramSymbols'/>
</file>
<file name='uri'>
<exports symbol='_xmlURI'/>
@@ -2901,23 +2858,66 @@
<exports symbol='xmlURIPtr'/>
<exports symbol='xmlURIUnescapeString'/>
</file>
- <file name='nanohttp'>
- <exports symbol='xmlNanoHTTPAuthHeader'/>
- <exports symbol='xmlNanoHTTPCleanup'/>
- <exports symbol='xmlNanoHTTPClose'/>
- <exports symbol='xmlNanoHTTPEncoding'/>
- <exports symbol='xmlNanoHTTPFetch'/>
- <exports symbol='xmlNanoHTTPInit'/>
- <exports symbol='xmlNanoHTTPMethod'/>
- <exports symbol='xmlNanoHTTPMethodRedir'/>
- <exports symbol='xmlNanoHTTPMimeType'/>
- <exports symbol='xmlNanoHTTPOpen'/>
- <exports symbol='xmlNanoHTTPOpenRedir'/>
- <exports symbol='xmlNanoHTTPRead'/>
- <exports symbol='xmlNanoHTTPRedir'/>
- <exports symbol='xmlNanoHTTPReturnCode'/>
- <exports symbol='xmlNanoHTTPSave'/>
- <exports symbol='xmlNanoHTTPScanProxy'/>
+ <file name='encoding'>
+ <exports symbol='UTF8Toisolat1'/>
+ <exports symbol='XML_CHAR_ENCODING_2022_JP'/>
+ <exports symbol='XML_CHAR_ENCODING_8859_1'/>
+ <exports symbol='XML_CHAR_ENCODING_8859_2'/>
+ <exports symbol='XML_CHAR_ENCODING_8859_3'/>
+ <exports symbol='XML_CHAR_ENCODING_8859_4'/>
+ <exports symbol='XML_CHAR_ENCODING_8859_5'/>
+ <exports symbol='XML_CHAR_ENCODING_8859_6'/>
+ <exports symbol='XML_CHAR_ENCODING_8859_7'/>
+ <exports symbol='XML_CHAR_ENCODING_8859_8'/>
+ <exports symbol='XML_CHAR_ENCODING_8859_9'/>
+ <exports symbol='XML_CHAR_ENCODING_ASCII'/>
+ <exports symbol='XML_CHAR_ENCODING_EBCDIC'/>
+ <exports symbol='XML_CHAR_ENCODING_ERROR'/>
+ <exports symbol='XML_CHAR_ENCODING_EUC_JP'/>
+ <exports symbol='XML_CHAR_ENCODING_NONE'/>
+ <exports symbol='XML_CHAR_ENCODING_SHIFT_JIS'/>
+ <exports symbol='XML_CHAR_ENCODING_UCS2'/>
+ <exports symbol='XML_CHAR_ENCODING_UCS4BE'/>
+ <exports symbol='XML_CHAR_ENCODING_UCS4LE'/>
+ <exports symbol='XML_CHAR_ENCODING_UCS4_2143'/>
+ <exports symbol='XML_CHAR_ENCODING_UCS4_3412'/>
+ <exports symbol='XML_CHAR_ENCODING_UTF16BE'/>
+ <exports symbol='XML_CHAR_ENCODING_UTF16LE'/>
+ <exports symbol='XML_CHAR_ENCODING_UTF8'/>
+ <exports symbol='_xmlCharEncodingHandler'/>
+ <exports symbol='isolat1ToUTF8'/>
+ <exports symbol='xmlAddEncodingAlias'/>
+ <exports symbol='xmlCharEncCloseFunc'/>
+ <exports symbol='xmlCharEncFirstLine'/>
+ <exports symbol='xmlCharEncInFunc'/>
+ <exports symbol='xmlCharEncOutFunc'/>
+ <exports symbol='xmlCharEncoding'/>
+ <exports symbol='xmlCharEncodingHandler'/>
+ <exports symbol='xmlCharEncodingHandlerPtr'/>
+ <exports symbol='xmlCharEncodingInputFunc'/>
+ <exports symbol='xmlCharEncodingOutputFunc'/>
+ <exports symbol='xmlCheckUTF8'/>
+ <exports symbol='xmlCleanupCharEncodingHandlers'/>
+ <exports symbol='xmlCleanupEncodingAliases'/>
+ <exports symbol='xmlDelEncodingAlias'/>
+ <exports symbol='xmlDetectCharEncoding'/>
+ <exports symbol='xmlFindCharEncodingHandler'/>
+ <exports symbol='xmlGetCharEncodingHandler'/>
+ <exports symbol='xmlGetCharEncodingName'/>
+ <exports symbol='xmlGetEncodingAlias'/>
+ <exports symbol='xmlGetUTF8Char'/>
+ <exports symbol='xmlInitCharEncodingHandlers'/>
+ <exports symbol='xmlNewCharEncodingHandler'/>
+ <exports symbol='xmlParseCharEncoding'/>
+ <exports symbol='xmlRegisterCharEncodingHandler'/>
+ <exports symbol='xmlUTF8Charcmp'/>
+ <exports symbol='xmlUTF8Size'/>
+ <exports symbol='xmlUTF8Strlen'/>
+ <exports symbol='xmlUTF8Strloc'/>
+ <exports symbol='xmlUTF8Strndup'/>
+ <exports symbol='xmlUTF8Strpos'/>
+ <exports symbol='xmlUTF8Strsize'/>
+ <exports symbol='xmlUTF8Strsub'/>
</file>
</files>
<symbols>
@@ -6940,7 +6940,7 @@ actually an xmlCharEncoding'/>
<return type='void'/>
</function>
<function name='xmlCleanupParser' file='parser'>
- <info>Cleanup function for the XML parser. It tries to reclaim all parsing related global memory allocated for the parser processing. It doesn&apos;t deallocate any document related memory. Calling this function should not prevent reusing the parser. One should call xmlCleanupParser() only when the process has finished using the library or XML document built with it.</info>
+ <info>Cleanup function for the XML library. It tries to reclaim all parsing related global memory allocated for the library processing. It doesn&apos;t deallocate any document related memory. Calling this function should not prevent reusing the library but one should call xmlCleanupParser() only when the process has finished using the library or XML document built with it.</info>
<return type='void'/>
</function>
<function name='xmlCleanupPredefinedEntities' file='entities'>
@@ -8543,9 +8543,9 @@ actually an xmlCharEncoding'/>
<arg name='fp' type='FILE *' info='a FILE descriptor used as the output file, if NULL, the result is written to the file .memorylist'/>
</function>
<function name='xmlMemFree' file='xmlmemory'>
- <info></info>
+ <info>a free() equivalent, with error checking.</info>
<return type='void'/>
- <arg name='ptr' type='void *' info=''/>
+ <arg name='ptr' type='void *' info='the memory block pointer'/>
</function>
<function name='xmlMemGet' file='xmlmemory'>
<info>Provides the memory access functions set currently in use</info>
@@ -8556,15 +8556,15 @@ actually an xmlCharEncoding'/>
<arg name='strdupFunc' type='xmlStrdupFunc *' info='place to save the strdup() function in use'/>
</function>
<function name='xmlMemMalloc' file='xmlmemory'>
- <info></info>
- <return type='void *' info=''/>
- <arg name='size' type='size_t' info=''/>
+ <info>a malloc() equivalent, with logging of the allocation info.</info>
+ <return type='void *' info='a pointer to the allocated area or NULL in case of lack of memory.'/>
+ <arg name='size' type='size_t' info='an int specifying the size in byte to allocate.'/>
</function>
<function name='xmlMemRealloc' file='xmlmemory'>
- <info></info>
- <return type='void *' info=''/>
- <arg name='ptr' type='void *' info=''/>
- <arg name='size' type='size_t' info=''/>
+ <info>a realloc() equivalent, with logging of the allocation info.</info>
+ <return type='void *' info='a pointer to the allocated area or NULL in case of lack of memory.'/>
+ <arg name='ptr' type='void *' info='the initial memory block pointer'/>
+ <arg name='size' type='size_t' info='an int specifying the size in byte to allocate.'/>
</function>
<function name='xmlMemSetup' file='xmlmemory'>
<info>Override the default memory access functions with a new set This has to be called before any other libxml routines ! Should this be blocked if there was already some allocations done ?</info>
@@ -8596,9 +8596,9 @@ actually an xmlCharEncoding'/>
<return type='void'/>
</function>
<function name='xmlMemoryStrdup' file='xmlmemory'>
- <info></info>
- <return type='char *' info=''/>
- <arg name='str' type='const char *' info=''/>
+ <info>a strdup() equivalent, with logging of the allocation info.</info>
+ <return type='char *' info='a pointer to the new string or NULL if allocation error occurred.'/>
+ <arg name='str' type='const char *' info='the initial string pointer'/>
</function>
<function name='xmlMutexLock' file='threads'>
<info>xmlMutexLock() is used to lock a libxml2 token.</info>
diff --git a/example/Makefile.am b/example/Makefile.am
index 45ab56b8..0138775d 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -1,5 +1,3 @@
-# AUTOMAKE_ OPTIONS=no-dependencies
-
noinst_PROGRAMS = gjobread
INCLUDES = \
diff --git a/libxml.spec.in b/libxml.spec.in
index 5f125dac..605fb1f1 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -61,12 +61,7 @@ at parse time or later once the document has been modified.
%build
%configure
-#
-# Note: it seems that this may break on older version of Red Hat,
-# and that replacing the following line with just "make" can
-# fix the problem
-#
-make LIBTOOL=/usr/bin/libtool
+make
%install
rm -fr %{buildroot}
diff --git a/parser.c b/parser.c
index ff582944..d1cb2e2b 100644
--- a/parser.c
+++ b/parser.c
@@ -12083,11 +12083,11 @@ xmlInitParser(void) {
/**
* xmlCleanupParser:
*
- * Cleanup function for the XML parser. It tries to reclaim all
- * parsing related global memory allocated for the parser processing.
+ * Cleanup function for the XML library. It tries to reclaim all
+ * parsing related global memory allocated for the library processing.
* It doesn't deallocate any document related memory. Calling this
- * function should not prevent reusing the parser.
- * One should call xmlCleanupParser() only when the process has
+ * function should not prevent reusing the library but one should
+ * call xmlCleanupParser() only when the process has
* finished using the library or XML document built with it.
*/