PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
lxml
/
includes
from lxml.includes cimport tree from lxml.includes.tree cimport xmlDoc, xmlDtd cdef extern from "libxml/valid.h" nogil: ctypedef void (*xmlValidityErrorFunc)(void * ctx, const char * msg, ...) ctypedef void (*xmlValidityWarningFunc)(void * ctx, const char * msg, ...) ctypedef struct xmlValidCtxt: void *userData xmlValidityErrorFunc error xmlValidityWarningFunc warning cdef xmlValidCtxt* xmlNewValidCtxt() cdef void xmlFreeValidCtxt(xmlValidCtxt* cur) cdef int xmlValidateDtd(xmlValidCtxt* ctxt, xmlDoc* doc, xmlDtd* dtd) cdef tree.xmlElement* xmlGetDtdElementDesc( xmlDtd* dtd, tree.const_xmlChar* name)
[-] lxml-version.h
[edit]
[+]
libexslt
[-] xinclude.pxd
[edit]
[-] dtdvalid.pxd
[edit]
[+]
..
[+]
libxslt
[-] htmlparser.pxd
[edit]
[-] xmlparser.pxd
[edit]
[-] xmlschema.pxd
[edit]
[-] config.pxd
[edit]
[-] schematron.pxd
[edit]
[-] uri.pxd
[edit]
[-] xpath.pxd
[edit]
[+]
extlibs
[+]
__pycache__
[-] c14n.pxd
[edit]
[-] tree.pxd
[edit]
[-] __init__.py
[edit]
[-] xmlerror.pxd
[edit]
[-] etreepublic.pxd
[edit]
[-] xslt.pxd
[edit]
[-] relaxng.pxd
[edit]
[+]
libxml
[-] __init__.pxd
[edit]
[-] etree_defs.h
[edit]