diff options
| author | scoder <none@none> | 2007-09-15 23:44:54 +0200 |
|---|---|---|
| committer | scoder <none@none> | 2007-09-15 23:44:54 +0200 |
| commit | ed4299b1b40e24ef83a0968505d4463ddb996b83 (patch) | |
| tree | 080e69fe1a80cc6cfc7f9bce2b439823574be615 /src/lxml/tree.pxd | |
| parent | b7b9db53ba34688b7724a8c0c2bf883dd606e500 (diff) | |
| download | python-lxml-lxml-2.0alpha2.tar.gz | |
[svn r2884] support for selection output method on serialisationlxml-2.0alpha2
--HG--
branch : trunk
Diffstat (limited to 'src/lxml/tree.pxd')
| -rw-r--r-- | src/lxml/tree.pxd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lxml/tree.pxd b/src/lxml/tree.pxd index fd0cdb54..9b524ce5 100644 --- a/src/lxml/tree.pxd +++ b/src/lxml/tree.pxd @@ -234,6 +234,11 @@ cdef extern from "libxml/tree.h": cdef char* xmlBuildURI(char* href, char* base) cdef int xmlValidateNCName(char* value, int space) +cdef extern from "libxml/HTMLtree.h": + cdef void htmlNodeDumpFormatOutput(xmlOutputBuffer* buf, + xmlDoc* doc, xmlNode* cur, + char* encoding, int format) + cdef extern from "libxml/valid.h": cdef xmlAttr* xmlGetID(xmlDoc* doc, char* ID) cdef void xmlDumpNotationTable(xmlBuffer* buffer, xmlNotationTable* table) |
