Searched defs:_xmlSchemaValidCtxt (Results 1 – 1 of 1) sorted by relevance
972 struct _xmlSchemaValidCtxt { struct973 int type;974 void *errCtxt; /* user specific data block */975 xmlSchemaValidityErrorFunc error; /* the callback in case of errors */976 xmlSchemaValidityWarningFunc warning; /* the callback in case of warning */977 xmlStructuredErrorFunc serror;979 xmlSchemaPtr schema; /* The schema in use */980 xmlDocPtr doc;981 xmlParserInputBufferPtr input;982 xmlCharEncoding enc;[all …]