Searched defs:_xmlSchemaValidCtxt (Results 1 – 1 of 1) sorted by relevance
965 struct _xmlSchemaValidCtxt { struct966 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 …]