summaryrefslogtreecommitdiff
path: root/python/libxml.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-12-28 22:56:33 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-12-28 22:56:33 +0000
commite18fc185fa2604ba73f2b259e34796c106ad5545 (patch)
treeb2f597cbc0c088c2d1565fe5ae617319276a9e6b /python/libxml.py
parentaba976d8254720a28e06f351bdb913ced88a8f95 (diff)
downloadlibxml2-e18fc185fa2604ba73f2b259e34796c106ad5545.tar.gz
extended the XmlTextReader API a bit, addding accessors for the current
* xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: extended the XmlTextReader API a bit, addding accessors for the current doc and node, and an entity substitution mode for the parser. * python/libxml.py python/libxml2class.txt: related updates * python/tests/Makefile.am python/tests/reader.py python/tests/reader2.py python/tests/reader3.py: updated a bit the old tests and added a new one to test the entities handling Daniel
Diffstat (limited to 'python/libxml.py')
-rw-r--r--python/libxml.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/libxml.py b/python/libxml.py
index 8e5ba2a2..a1b5a7bb 100644
--- a/python/libxml.py
+++ b/python/libxml.py
@@ -378,6 +378,7 @@ def registerXPathFunction(ctxt, name, ns_uri, f):
PARSER_LOADDTD=1
PARSER_DEFAULTATTRS=2
PARSER_VALIDATE=3
+PARSER_SUBST_ENTITIES=4
#
# Everything below this point is automatically generated