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

from lxml.includes.tree cimport xmlDoc
from lxml.includes.xmlparser cimport xmlSAXHandler
from lxml.includes.xmlerror cimport xmlStructuredErrorFunc

cdef extern from "libxml/xmlschemas.h":
    ctypedef struct xmlSchema
    ctypedef struct xmlSchemaParserCtxt

    ctypedef struct xmlSchemaSAXPlugStruct
    ctypedef struct xmlSchemaValidCtxt

    ctypedef enum xmlSchemaValidOption:
        XML_SCHEMA_VAL_VC_I_CREATE = 1

    cdef xmlSchemaValidCtxt* xmlSchemaNewValidCtxt(xmlSchema* schema) nogil
    cdef void xmlSchemaSetParserStructuredErrors(xmlSchemaParserCtxt* ctxt,
        xmlStructuredErrorFunc serror, void *ctx)
    cdef void xmlSchemaSetValidStructuredErrors(xmlSchemaValidCtxt* ctxt,
        xmlStructuredErrorFunc serror, void *ctx)

    cdef int xmlSchemaValidateDoc(xmlSchemaValidCtxt* ctxt, xmlDoc* doc) nogil
    cdef xmlSchema* xmlSchemaParse(xmlSchemaParserCtxt* ctxt) nogil
    cdef xmlSchemaParserCtxt* xmlSchemaNewParserCtxt(char* URL) nogil
    cdef xmlSchemaParserCtxt* xmlSchemaNewDocParserCtxt(xmlDoc* doc) nogil
    cdef void xmlSchemaFree(xmlSchema* schema) nogil
    cdef void xmlSchemaFreeParserCtxt(xmlSchemaParserCtxt* ctxt) nogil
    cdef void xmlSchemaFreeValidCtxt(xmlSchemaValidCtxt* ctxt) nogil
    cdef int xmlSchemaSetValidOptions(xmlSchemaValidCtxt* ctxt,
                                      int options) nogil

    cdef xmlSchemaSAXPlugStruct* xmlSchemaSAXPlug(xmlSchemaValidCtxt* ctxt,
                                                  xmlSAXHandler** sax,
                                                  void** data) nogil
    cdef int xmlSchemaSAXUnplug(xmlSchemaSAXPlugStruct* sax_plug)
    cdef int xmlSchemaIsValid(xmlSchemaValidCtxt* ctxt)

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).