Mercurial > repos > shellac > sam_consensus_v3
comparison env/lib/python3.9/site-packages/lxml/includes/xinclude.pxd @ 0:4f3585e2f14b draft default tip
"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
| author | shellac |
|---|---|
| date | Mon, 22 Mar 2021 18:12:50 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:4f3585e2f14b |
|---|---|
| 1 from lxml.includes.tree cimport xmlDoc, xmlNode | |
| 2 | |
| 3 cdef extern from "libxml/xinclude.h": | |
| 4 | |
| 5 ctypedef struct xmlXIncludeCtxt | |
| 6 | |
| 7 cdef int xmlXIncludeProcess(xmlDoc* doc) nogil | |
| 8 cdef int xmlXIncludeProcessFlags(xmlDoc* doc, int parser_opts) nogil | |
| 9 cdef int xmlXIncludeProcessTree(xmlNode* doc) nogil | |
| 10 cdef int xmlXIncludeProcessTreeFlags(xmlNode* doc, int parser_opts) nogil | |
| 11 | |
| 12 # libxml2 >= 2.7.4 | |
| 13 cdef int xmlXIncludeProcessTreeFlagsData( | |
| 14 xmlNode* doc, int parser_opts, void* data) nogil | |
| 15 | |
| 16 cdef xmlXIncludeCtxt* xmlXIncludeNewContext(xmlDoc* doc) nogil | |
| 17 cdef int xmlXIncludeProcessNode(xmlXIncludeCtxt* ctxt, xmlNode* node) nogil | |
| 18 cdef int xmlXIncludeSetFlags(xmlXIncludeCtxt* ctxt, int flags) nogil | |
| 19 | |
| 20 # libxml2 >= 2.6.27 | |
| 21 cdef int xmlXIncludeProcessFlagsData( | |
| 22 xmlDoc* doc, int flags, void* data) nogil |
