Lines Matching defs:_xmlSchematronParserCtxt
179 struct _xmlSchematronParserCtxt { struct
180 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;
191 xmlXPathContextPtr xctxt; /* the XPath context used for compilation */
192 xmlSchematronPtr schema;
194 int nbNamespaces; /* number of namespaces in the array */
195 int maxNamespaces; /* size of the array */
196 const xmlChar **namespaces; /* the array of namespaces */
198 int nbIncludes; /* number of includes in the array */
199 int maxIncludes; /* size of the array */
200 xmlNodePtr *includes; /* the array of includes */
203 void *userData; /* user specific data block */
204 xmlSchematronValidityErrorFunc error;/* the callback in case of errors */
205 xmlSchematronValidityWarningFunc warning;/* callback in case of warning */
206 xmlStructuredErrorFunc serror; /* the structured function */