Home
last modified time | relevance | path

Searched defs:_xmlSchemaValidCtxt (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libxml2/
H A Dxmlschemas.c965 struct _xmlSchemaValidCtxt { struct
966 int type;
967 void *errCtxt; /* user specific data block */
968 xmlSchemaValidityErrorFunc error; /* the callback in case of errors */
969 xmlSchemaValidityWarningFunc warning; /* the callback in case of warning */
970 xmlStructuredErrorFunc serror;
972 xmlSchemaPtr schema; /* The schema in use */
973 xmlDocPtr doc;
974 xmlParserInputBufferPtr input;
975 xmlCharEncoding enc;
[all …]