PHP 8.2.30
Preview: xmlschema.pxd Size: 1.66 KB
//opt/cloudlinux/venv/lib/python3.11/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: 5 × Files: 19

Name Size Perms Modified Actions
extlibs DIR
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
libexslt DIR
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
libxml DIR
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
libxslt DIR
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
1.10 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
96 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
671 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
9.88 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
15.00 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
2.80 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
71 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
2.61 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.60 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
19.62 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
139 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
852 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
56.64 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
10.61 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.66 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
5.66 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
8.15 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
0 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
0 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download

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