Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c205 struct _xmlRelaxNGParserCtxt { struct
206 void *userData; /* user specific data block */
207 xmlRelaxNGValidityErrorFunc error; /* the callback in case of errors */
208 xmlRelaxNGValidityWarningFunc warning; /* the callback in case of warning */
209 xmlStructuredErrorFunc serror;
210 xmlRelaxNGValidErr err;
212 xmlRelaxNGPtr schema; /* The schema in use */
213 xmlRelaxNGGrammarPtr grammar; /* the current grammar */
214 xmlRelaxNGGrammarPtr parentgrammar; /* the parent grammar */
215 int flags; /* parser flags */
[all …]