Searched defs:_xmlSchemaValidCtxt (Results 1 – 1 of 1) sorted by relevance
964 struct _xmlSchemaValidCtxt { struct965 int type;966 void *errCtxt; /* user specific data block */967 xmlSchemaValidityErrorFunc error; /* the callback in case of errors */968 xmlSchemaValidityWarningFunc warning; /* the callback in case of warning */969 xmlStructuredErrorFunc serror;971 xmlSchemaPtr schema; /* The schema in use */972 xmlDocPtr doc;973 xmlParserInputBufferPtr input;974 xmlCharEncoding enc;[all …]