aboutsummaryrefslogtreecommitdiffstats
path: root/parser.h
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-12-12 13:03:50 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-12-12 13:03:50 +0000
commitaf78a0e1b96740ea77c29f84eb7217f47a24dd64 (patch)
treeefc96f1c0fe63d9bf1d1e3b28a0d47758a747b3c /parser.h
parentff7ce8eef8409a318c00bdc873335fc02a2cd334 (diff)
downloadandroid_external_libxml2-af78a0e1b96740ea77c29f84eb7217f47a24dd64.tar.gz
android_external_libxml2-af78a0e1b96740ea77c29f84eb7217f47a24dd64.tar.bz2
android_external_libxml2-af78a0e1b96740ea77c29f84eb7217f47a24dd64.zip
Large commit of changes done while travelling to XML'99
- cleanups on memory use and parsers - start of Link interfaces HTML and XLink - rebuild the doc - released as 1.8.0 Daniel
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index 51797fdd..437302cc 100644
--- a/parser.h
+++ b/parser.h
@@ -148,6 +148,7 @@ typedef struct _xmlParserCtxt {
int nameMax; /* Max depth of the parsing stack */
xmlChar * *nameTab; /* array of nodes */
+ long nbChars; /* number of xmlChar processed */
} _xmlParserCtxt;
typedef _xmlParserCtxt xmlParserCtxt;
typedef xmlParserCtxt *xmlParserCtxtPtr;