Home
last modified time | relevance | path

Searched defs:_xmlSchematronParserCtxt (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libxml2/
H A Dschematron.c188 struct _xmlSchematronParserCtxt { struct
189 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 …]