Searched defs:_xmlSchematronParserCtxt (Results 1 – 1 of 1) sorted by relevance
181 struct _xmlSchematronParserCtxt { struct182 int type;183 const xmlChar *URL;184 xmlDocPtr doc;185 int preserve; /* Whether the doc should be freed */186 const char *buffer;187 int size;189 xmlDictPtr dict; /* dictionnary for interned string names */191 int nberrors;192 int err;[all …]