Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/gettext/gnulib-local/lib/libxml/
Drelaxng.c380 struct _xmlRelaxNGValidCtxt { struct
381 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 …]