Searched defs:_xmlSchemaParserCtxt (Results 1 – 2 of 2) 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 …]
624 struct _xmlSchemaParserCtxt { struct625 int type;626 void *errCtxt; /* user specific error context */627 xmlSchemaValidityErrorFunc error; /* the callback in case of errors */628 xmlSchemaValidityWarningFunc warning; /* the callback in case of warning */629 int err;630 int nberrors;631 xmlStructuredErrorFunc serror;633 xmlSchemaConstructionCtxtPtr constructor;634 int ownsConstructor; /* TODO: Move this to parser *flags*. */[all …]