Home
last modified time | relevance | path

Searched defs:_xmlRelaxNGValidCtxt (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Drelaxng.c350 struct _xmlRelaxNGValidCtxt { struct
351 void *userData; /* user specific data block */
352 xmlRelaxNGValidityErrorFunc error; /* the callback in case of errors */
353 xmlRelaxNGValidityWarningFunc warning; /* the callback in case of warning */
354 xmlStructuredErrorFunc serror;
355 int nbErrors; /* number of errors in validation */
357 xmlRelaxNGPtr schema; /* The schema in use */
358 xmlDocPtr doc; /* the document being validated */
359 int flags; /* validation flags */
360 int depth; /* validation depth */
[all …]