aboutsummaryrefslogtreecommitdiffstats
path: root/DOCBparser.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-12-11 14:23:49 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-12-11 14:23:49 +0000
commita9b66d00b5fbae2381f59c0be4d8c7b8e3c16cf7 (patch)
tree6b2020f80592d1021caaedc83c37809100855226 /DOCBparser.c
parent01c13b5be2d249ef66d86585adee87901bb8efa2 (diff)
downloadandroid_external_libxml2-a9b66d00b5fbae2381f59c0be4d8c7b8e3c16cf7.tar.gz
android_external_libxml2-a9b66d00b5fbae2381f59c0be4d8c7b8e3c16cf7.tar.bz2
android_external_libxml2-a9b66d00b5fbae2381f59c0be4d8c7b8e3c16cf7.zip
new API building Python script, does the C parsing directly, generates a
* doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API building Python script, does the C parsing directly, generates a better API description including structure fieds defs and enums. Still a couple of bugs, but good enough for the python wrappers now. * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c include/libxml/schemasInternals.h include/libxml/tree.h: more cleanup based on the python analysis script reports. * libxml.spec.in: make sure the API XML description is part of the devel package. Daniel
Diffstat (limited to 'DOCBparser.c')
-rw-r--r--DOCBparser.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/DOCBparser.c b/DOCBparser.c
index 840b309d..f84a0be4 100644
--- a/DOCBparser.c
+++ b/DOCBparser.c
@@ -68,18 +68,6 @@ struct _docbEntityDesc {
const char *desc; /* the description */
};
-#if 0
-docbElemDescPtr docbTagLookup (const xmlChar *tag);
-docbEntityDescPtr docbEntityLookup(const xmlChar *name);
-docbEntityDescPtr docbEntityValueLookup(int value);
-
-int docbIsAutoClosed(docbDocPtr doc,
- docbNodePtr elem);
-int docbAutoCloseTag(docbDocPtr doc,
- const xmlChar *name,
- docbNodePtr elem);
-
-#endif
static int docbParseCharRef(docbParserCtxtPtr ctxt);
static xmlEntityPtr docbParseEntityRef(docbParserCtxtPtr ctxt,
xmlChar **str);