summaryrefslogtreecommitdiff
path: root/src/lxml/xmlparser.pxd
diff options
context:
space:
mode:
authorscoder <none@none>2008-03-25 22:02:21 +0100
committerscoder <none@none>2008-03-25 22:02:21 +0100
commit9c29023dac94f1ec7597ef23565fffa3862fcff2 (patch)
tree63203bd795b6af74d9b9289024f9cefc7db52c76 /src/lxml/xmlparser.pxd
parent619ff5df20287334bff2aae234065e0ac8635309 (diff)
downloadpython-lxml-9c29023dac94f1ec7597ef23565fffa3862fcff2.tar.gz
[svn r3455] r3824@delle: sbehnel | 2008-03-25 21:58:26 +0100
new event types 'comment' and 'pi' in iterparse() --HG-- branch : trunk
Diffstat (limited to 'src/lxml/xmlparser.pxd')
-rw-r--r--src/lxml/xmlparser.pxd1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lxml/xmlparser.pxd b/src/lxml/xmlparser.pxd
index adc3548a..b6d849aa 100644
--- a/src/lxml/xmlparser.pxd
+++ b/src/lxml/xmlparser.pxd
@@ -96,6 +96,7 @@ cdef extern from "libxml/parser.h":
int spaceMax
bint html
bint progressive
+ int inSubset
int charset
xmlParserInput* input