Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dxmlschemas.c584 struct _xmlSchemaParserCtxt { struct
585 int type;
586 void *errCtxt; /* user specific error context */
587 xmlSchemaValidityErrorFunc error; /* the callback in case of errors */
588 xmlSchemaValidityWarningFunc warning; /* the callback in case of warning */
589 int err;
590 int nberrors;
591 xmlStructuredErrorFunc serror;
593 xmlSchemaConstructionCtxtPtr constructor;
594 int ownsConstructor; /* TODO: Move this to parser *flags*. */
[all …]