Searched defs:_xmlRelaxNGParserCtxt (Results 1 – 1 of 1) sorted by relevance
206 struct _xmlRelaxNGParserCtxt { struct207 void *userData; /* user specific data block */208 xmlRelaxNGValidityErrorFunc error; /* the callback in case of errors */209 xmlRelaxNGValidityWarningFunc warning; /* the callback in case of warning */210 xmlStructuredErrorFunc serror;211 xmlRelaxNGValidErr err;213 xmlRelaxNGPtr schema; /* The schema in use */214 xmlRelaxNGGrammarPtr grammar; /* the current grammar */215 xmlRelaxNGGrammarPtr parentgrammar; /* the parent grammar */216 int flags; /* parser flags */[all …]