Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c595 struct _xmlSchemaParserCtxt { struct
596 int type;
597 void *errCtxt; /* user specific error context */
598 xmlSchemaValidityErrorFunc error; /* the callback in case of errors */
599 xmlSchemaValidityWarningFunc warning; /* the callback in case of warning */
600 int err;
601 int nberrors;
602 xmlStructuredErrorFunc serror;
604 xmlSchemaConstructionCtxtPtr constructor;
605 int ownsConstructor; /* TODO: Move this to parser *flags*. */
[all …]