Searched defs:_xmlRelaxNGValidCtxt (Results 1 – 2 of 2) sorted by relevance
351 struct _xmlRelaxNGValidCtxt { struct352 void *userData; /* user specific data block */353 xmlRelaxNGValidityErrorFunc error; /* the callback in case of errors */354 xmlRelaxNGValidityWarningFunc warning; /* the callback in case of warning */355 xmlStructuredErrorFunc serror;356 int nbErrors; /* number of errors in validation */358 xmlRelaxNGPtr schema; /* The schema in use */359 xmlDocPtr doc; /* the document being validated */360 int flags; /* validation flags */361 int depth; /* validation depth */[all …]
380 struct _xmlRelaxNGValidCtxt { struct381 void *userData; /* user specific data block */382 xmlRelaxNGValidityErrorFunc error; /* the callback in case of errors */383 xmlRelaxNGValidityWarningFunc warning; /* the callback in case of warning */384 xmlStructuredErrorFunc serror;385 int nbErrors; /* number of errors in validation */387 xmlRelaxNGPtr schema; /* The schema in use */388 xmlDocPtr doc; /* the document being validated */389 int flags; /* validation flags */390 int depth; /* validation depth */[all …]