Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c351 struct _xmlRelaxNGValidCtxt { struct
352 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 …]