Searched defs:_xmlRelaxNGValidCtxt (Results 1 – 1 of 1) sorted by relevance
330 struct _xmlRelaxNGValidCtxt { struct331 void *userData; /* user specific data block */332 xmlRelaxNGValidityErrorFunc error; /* the callback in case of errors */333 xmlRelaxNGValidityWarningFunc warning; /* the callback in case of warning */334 xmlStructuredErrorFunc serror;335 int nbErrors; /* number of errors in validation */337 xmlRelaxNGPtr schema; /* The schema in use */338 xmlDocPtr doc; /* the document being validated */339 int flags; /* validation flags */340 int depth; /* validation depth */[all …]