Searched defs:_xmlSchemaParserCtxt (Results 1 – 1 of 1) sorted by relevance
584 struct _xmlSchemaParserCtxt { struct585 int type;586 void *errCtxt; /* user specific error context */587 xmlSchemaValidityErrorFunc error; /* the callback in case of errors */588 xmlSchemaValidityWarningFunc warning; /* the callback in case of warning */589 int err;590 int nberrors;591 xmlStructuredErrorFunc serror;593 xmlSchemaConstructionCtxtPtr constructor;594 int ownsConstructor; /* TODO: Move this to parser *flags*. */[all …]