Home
last modified time | relevance | path

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

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