Software: Apache. PHP/7.3.33 uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) Safe-mode: OFF (not secure) /opt/alt/libxml2/usr/share/gtk-doc/html/libxml2/ drwxr-xr-x |
Viewing file: Select action/file-type:
schematronschematron - XML Schematron implementation interface to the XML Schematron validity checking. Author(s): Daniel Veillard Synopsistypedef struct _xmlSchematron xmlSchematron; typedef struct _xmlSchematronParserCtxt xmlSchematronParserCtxt; typedef xmlSchematronParserCtxt * xmlSchematronParserCtxtPtr; typedef xmlSchematron * xmlSchematronPtr; typedef struct _xmlSchematronValidCtxt xmlSchematronValidCtxt; typedef xmlSchematronValidCtxt * xmlSchematronValidCtxtPtr; typedef enum xmlSchematronValidOptions; void xmlSchematronFree (xmlSchematronPtr schema); void xmlSchematronFreeParserCtxt (xmlSchematronParserCtxtPtr ctxt); void xmlSchematronFreeValidCtxt (xmlSchematronValidCtxtPtr ctxt); xmlSchematronParserCtxtPtr xmlSchematronNewDocParserCtxt (xmlDocPtr doc); xmlSchematronParserCtxtPtr xmlSchematronNewMemParserCtxt (const char * buffer, DescriptionDetailsStructure xmlSchematronstruct _xmlSchematron { The content of this structure is not made public by the API. } xmlSchematron; Structure xmlSchematronParserCtxtstruct _xmlSchematronParserCtxt { The content of this structure is not made public by the API. } xmlSchematronParserCtxt; Typedef xmlSchematronParserCtxtPtrxmlSchematronParserCtxt * xmlSchematronParserCtxtPtr; Typedef xmlSchematronPtrxmlSchematron * xmlSchematronPtr; Structure xmlSchematronValidCtxtstruct _xmlSchematronValidCtxt { The content of this structure is not made public by the API. } xmlSchematronValidCtxt; Typedef xmlSchematronValidCtxtPtrxmlSchematronValidCtxt * xmlSchematronValidCtxtPtr; Enum xmlSchematronValidOptionsenum 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 */ }; Function type xmlSchematronValidityErrorFuncvoid xmlSchematronValidityErrorFunc (void * ctx, Signature of an error callback from a Schematron validation
Function type xmlSchematronValidityWarningFuncvoid xmlSchematronValidityWarningFunc (void * ctx, Signature of a warning callback from a Schematron validation
xmlSchematronFree ()void xmlSchematronFree (xmlSchematronPtr schema) Deallocate a Schematron structure.
xmlSchematronFreeParserCtxt ()void xmlSchematronFreeParserCtxt (xmlSchematronParserCtxtPtr ctxt) Free the resources associated to the schema parser context
xmlSchematronFreeValidCtxt ()void xmlSchematronFreeValidCtxt (xmlSchematronValidCtxtPtr ctxt) Free the resources associated to the schema validation context
xmlSchematronNewDocParserCtxt ()xmlSchematronParserCtxtPtr xmlSchematronNewDocParserCtxt (xmlDocPtr doc) Create an XML Schematrons parse context for that document. NB. The document may be modified during the parsing process.
xmlSchematronNewMemParserCtxt ()xmlSchematronParserCtxtPtr xmlSchematronNewMemParserCtxt (const char * buffer, Create an XML Schematrons parse context for that memory buffer expected to contain an XML Schematrons file.
xmlSchematronNewParserCtxt ()xmlSchematronParserCtxtPtr xmlSchematronNewParserCtxt (const char * URL) Create an XML Schematrons parse context for that file/resource expected to contain an XML Schematrons file.
xmlSchematronNewValidCtxt ()xmlSchematronValidCtxtPtr xmlSchematronNewValidCtxt (xmlSchematronPtr schema, Create an XML Schematrons validation context based on the given schema.
xmlSchematronParse ()xmlSchematronPtr xmlSchematronParse (xmlSchematronParserCtxtPtr ctxt) parse a schema definition resource and build an internal XML Schema structure which can be used to validate instances.
xmlSchematronSetValidStructuredErrors ()void xmlSchematronSetValidStructuredErrors (xmlSchematronValidCtxtPtr ctxt, Set the structured error callback
xmlSchematronValidateDoc ()int xmlSchematronValidateDoc (xmlSchematronValidCtxtPtr ctxt, Validate a tree instance against the schematron
|
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0039 ]-- |