PHP 8.2.30
Preview: xmlschema.pxd Size: 1.66 KB
//opt/hc_python/lib/python3.12/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" nogil:
    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 2025-04-04 08:01:59
Edit Download
libexslt DIR
- drwxr-xr-x 2025-04-04 08:01:59
Edit Download
libxml DIR
- drwxr-xr-x 2025-04-04 08:01:59
Edit Download
libxslt DIR
- drwxr-xr-x 2025-04-04 08:01:59
Edit Download
- drwxr-xr-x 2025-04-04 08:01:59
Edit Download
1.08 KB lrw-r--r-- 2025-04-04 08:01:59
Edit Download
96 B lrw-r--r-- 2025-04-04 08:01:59
Edit Download
689 B lrw-r--r-- 2025-04-04 08:01:59
Edit Download
9.95 KB lrw-r--r-- 2025-04-04 08:01:59
Edit Download
13.91 KB lrw-r--r-- 2025-04-04 08:01:59
Edit Download
2.74 KB lrw-r--r-- 2025-04-04 08:01:59
Edit Download
71 B lrw-r--r-- 2025-04-04 08:01:59
Edit Download
2.55 KB lrw-r--r-- 2025-04-04 08:01:59
Edit Download
1.57 KB lrw-r--r-- 2025-04-04 08:01:59
Edit Download
19.91 KB lrw-r--r-- 2025-04-04 08:01:59
Edit Download
145 B lrw-r--r-- 2025-04-04 08:01:59
Edit Download
804 B lrw-r--r-- 2025-04-04 08:01:59
Edit Download
56.66 KB lrw-r--r-- 2025-04-04 08:01:59
Edit Download
11.17 KB lrw-r--r-- 2025-04-04 08:01:59
Edit Download
1.66 KB lrw-r--r-- 2025-04-04 08:01:59
Edit Download
5.47 KB lrw-r--r-- 2025-04-04 08:01:59
Edit Download
8.05 KB lrw-r--r-- 2025-04-04 08:01:59
Edit Download
0 B lrw-r--r-- 2025-04-04 08:01:59
Edit Download
0 B lrw-r--r-- 2025-04-04 08:01:59
Edit Download

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