Searched defs:_xmlRelaxNGValidCtxt (Results 1 – 1 of 1) sorted by relevance
349 struct _xmlRelaxNGValidCtxt { struct350 void *userData; /* user specific data block */351 xmlRelaxNGValidityErrorFunc error; /* the callback in case of errors */352 xmlRelaxNGValidityWarningFunc warning; /* the callback in case of warning */353 xmlStructuredErrorFunc serror;354 int nbErrors; /* number of errors in validation */356 xmlRelaxNGPtr schema; /* The schema in use */357 xmlDocPtr doc; /* the document being validated */358 int flags; /* validation flags */359 int depth; /* validation depth */[all …]