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