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