Searched defs:_xmlCRelaxNGParserCtxt (Results 1 – 1 of 1) sorted by relevance
65 struct _xmlCRelaxNGParserCtxt { struct66 void *userData; /* user specific data block */67 xmlRelaxNGValidityErrorFunc error; /* the callback in case of errors */68 xmlRelaxNGValidityWarningFunc warning;/* the callback in case of warning */69 xmlRelaxNGValidErr err;71 const xmlChar *compact;72 const xmlChar *end;73 const xmlChar *cur;74 int isElem;75 int lineno;[all …]