Searched defs:_xmlSchemaParserCtxt (Results 1 – 1 of 1) sorted by relevance
595 struct _xmlSchemaParserCtxt { struct596 int type;597 void *errCtxt; /* user specific error context */598 xmlSchemaValidityErrorFunc error; /* the callback in case of errors */599 xmlSchemaValidityWarningFunc warning; /* the callback in case of warning */600 int err;601 int nberrors;602 xmlStructuredErrorFunc serror;604 xmlSchemaConstructionCtxtPtr constructor;605 int ownsConstructor; /* TODO: Move this to parser *flags*. */[all …]