Home
last modified time | relevance | path

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

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