Current Path: > > opt > alt > python37 > lib64 > python3.7 > site-packages > lxml > includes
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
__init__.pxd | File | 0 bytes | September 17 2017 07:43:53. | |
__init__.py | File | 0 bytes | October 07 2012 18:04:15. | |
c14n.pxd | File | 1123 bytes | October 07 2012 18:04:15. | |
config.pxd | File | 96 bytes | October 07 2012 18:04:15. | |
dtdvalid.pxd | File | 671 bytes | February 26 2014 19:36:12. | |
etree_defs.h | File | 15559 bytes | July 27 2019 07:03:31. | |
etreepublic.pxd | File | 10122 bytes | September 17 2017 07:43:53. | |
htmlparser.pxd | File | 2868 bytes | September 05 2014 12:44:23. | |
lxml-version.h | File | 71 bytes | January 28 2020 14:12:03. | |
relaxng.pxd | File | 2669 bytes | September 05 2014 12:44:23. | |
schematron.pxd | File | 1640 bytes | September 05 2014 12:44:23. | |
tree.pxd | File | 20091 bytes | July 27 2019 07:03:31. | |
uri.pxd | File | 139 bytes | October 07 2012 18:04:15. | |
xinclude.pxd | File | 852 bytes | September 05 2014 12:44:23. | |
xmlerror.pxd | File | 57935 bytes | May 01 2017 14:11:37. | |
xmlparser.pxd | File | 10852 bytes | May 01 2017 14:11:37. | |
xmlschema.pxd | File | 1696 bytes | October 07 2012 18:04:15. | |
xpath.pxd | File | 5794 bytes | October 07 2012 18:04:15. | |
xslt.pxd | File | 8341 bytes | September 17 2017 07:43:53. |
from lxml.includes cimport xmlerror from lxml.includes.tree cimport xmlDoc cdef extern from "libxml/schematron.h": ctypedef struct xmlSchematron ctypedef struct xmlSchematronParserCtxt ctypedef struct xmlSchematronValidCtxt ctypedef enum xmlSchematronValidOptions: XML_SCHEMATRON_OUT_QUIET = 1 # quiet no report XML_SCHEMATRON_OUT_TEXT = 2 # build a textual report XML_SCHEMATRON_OUT_XML = 4 # output SVRL XML_SCHEMATRON_OUT_ERROR = 8 # output via xmlStructuredErrorFunc XML_SCHEMATRON_OUT_FILE = 256 # output to a file descriptor XML_SCHEMATRON_OUT_BUFFER = 512 # output to a buffer XML_SCHEMATRON_OUT_IO = 1024 # output to I/O mechanism cdef xmlSchematronParserCtxt* xmlSchematronNewDocParserCtxt( xmlDoc* doc) nogil cdef xmlSchematronParserCtxt* xmlSchematronNewParserCtxt( char* filename) nogil cdef xmlSchematronValidCtxt* xmlSchematronNewValidCtxt( xmlSchematron* schema, int options) nogil cdef xmlSchematron* xmlSchematronParse(xmlSchematronParserCtxt* ctxt) nogil cdef int xmlSchematronValidateDoc(xmlSchematronValidCtxt* ctxt, xmlDoc* instance) nogil cdef void xmlSchematronFreeParserCtxt(xmlSchematronParserCtxt* ctxt) nogil cdef void xmlSchematronFreeValidCtxt(xmlSchematronValidCtxt* ctxt) nogil cdef void xmlSchematronFree(xmlSchematron* schema) nogil cdef void xmlSchematronSetValidStructuredErrors( xmlSchematronValidCtxt* ctxt, xmlerror.xmlStructuredErrorFunc error_func, void *data)
SILENT KILLER Tool