Searched defs:_xmlRelaxNGParserCtxt (Results 1 – 1 of 1) sorted by relevance
204 struct _xmlRelaxNGParserCtxt { struct205 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 …]