summaryrefslogtreecommitdiff
path: root/python/generator.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-05-13 10:33:30 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-05-13 10:33:30 +0000
commit3cd7240da45a00a17f003b67881d8e4afb618711 (patch)
treee2577e21967274cd8cdfd212b90b21738ee2151d /python/generator.py
parente48a318f0ff00da30889988a8a7200f8792a4abc (diff)
downloadlibxml2-3cd7240da45a00a17f003b67881d8e4afb618711.tar.gz
fixed a problem with the HTML parser pointed by Gary Benson sdding the
* python/generator.py python/libxml2class.txt : fixed a problem with the HTML parser pointed by Gary Benson * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the example Daniel
Diffstat (limited to 'python/generator.py')
-rwxr-xr-xpython/generator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/generator.py b/python/generator.py
index 149eb1c5..863e2b1c 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -530,6 +530,8 @@ classes_type = {
"xmlXPathParserContextPtr": ("._o", "xpathParserContext(_obj=%s)", "xpathParserContext"),
"xmlParserCtxtPtr": ("._o", "parserCtxt(_obj=%s)", "parserCtxt"),
"xmlParserCtxt *": ("._o", "parserCtxt(_obj=%s)", "parserCtxt"),
+ "htmlParserCtxtPtr": ("._o", "parserCtxt(_obj=%s)", "parserCtxt"),
+ "htmlParserCtxt *": ("._o", "parserCtxt(_obj=%s)", "parserCtxt"),
"xmlCatalogPtr": ("._o", "catalog(_obj=%s)", "catalog"),
"xmlURIPtr": ("._o", "URI(_obj=%s)", "URI"),
}