Searched defs:_xmlSchematronParserCtxt (Results 1 – 1 of 1) sorted by relevance
188 struct _xmlSchematronParserCtxt { struct189 int type;190 const xmlChar *URL;191 xmlDocPtr doc;192 int preserve; /* Whether the doc should be freed */193 const char *buffer;194 int size;196 xmlDictPtr dict; /* dictionary for interned string names */198 int nberrors;199 int err;[all …]