fred-mod-eppd-2.20.1
|
This struct gathers context parameters used by error handler of libxml's validator. More...
Data Fields | |
void * | pool |
Pool to allocate memory from. More... | |
qhead * | err_list |
List of encountered errors. More... | |
xmlDocPtr | doc |
XML document. More... | |
This struct gathers context parameters used by error handler of libxml's validator.
xmlDocPtr valerr_ctx::doc |
XML document.
Referenced by validate_doc().
qhead* valerr_ctx::err_list |
List of encountered errors.
Referenced by validate_doc().
void* valerr_ctx::pool |
Pool to allocate memory from.
Referenced by validate_doc().