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