Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c973 struct _xmlSchemaValidCtxt { struct
974 int type;
975 void *errCtxt; /* user specific data block */
976 xmlSchemaValidityErrorFunc error; /* the callback in case of errors */
977 xmlSchemaValidityWarningFunc warning; /* the callback in case of warning */
978 xmlStructuredErrorFunc serror;
980 xmlSchemaPtr schema; /* The schema in use */
981 xmlDocPtr doc;
982 xmlParserInputBufferPtr input;
983 xmlCharEncoding enc;
[all …]