PHP 7.4.33
Preview: schematron.pxd Size: 1.60 KB
//lib64/python2.7/site-packages/lxml/includes/schematron.pxd

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)

Directory Contents

Dirs: 0 × Files: 21

Name Size Perms Modified Actions
1.10 KB lrw-r--r-- 2012-10-07 18:04:15
Edit Download
96 B lrw-r--r-- 2012-10-07 18:04:15
Edit Download
671 B lrw-r--r-- 2014-02-26 19:36:12
Edit Download
9.88 KB lrw-r--r-- 2017-09-17 07:43:53
Edit Download
15.39 KB lrw-r--r-- 2018-03-13 20:13:32
Edit Download
2.80 KB lrw-r--r-- 2014-09-05 12:44:23
Edit Download
71 B lrw-r--r-- 2018-06-27 16:04:17
Edit Download
2.61 KB lrw-r--r-- 2014-09-05 12:44:23
Edit Download
1.60 KB lrw-r--r-- 2014-09-05 12:44:23
Edit Download
19.48 KB lrw-r--r-- 2017-01-08 14:37:33
Edit Download
139 B lrw-r--r-- 2012-10-07 18:04:15
Edit Download
852 B lrw-r--r-- 2014-09-05 12:44:23
Edit Download
56.58 KB lrw-r--r-- 2017-05-01 14:11:37
Edit Download
10.60 KB lrw-r--r-- 2017-05-01 14:11:37
Edit Download
1.66 KB lrw-r--r-- 2012-10-07 18:04:15
Edit Download
5.66 KB lrw-r--r-- 2012-10-07 18:04:15
Edit Download
8.15 KB lrw-r--r-- 2017-09-17 07:43:53
Edit Download
0 B lrw-r--r-- 2017-09-17 07:43:53
Edit Download
0 B lrw-r--r-- 2012-10-07 18:04:15
Edit Download
147 B lrw-r--r-- 2022-04-21 13:54:51
Edit Download
147 B lrw-r--r-- 2022-04-21 13:54:51
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).