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