fred-mod-eppd-2.20.1
Data Fields
valerr_ctx Struct Reference

This struct gathers context parameters used by error handler of libxml's validator. More...

Collaboration diagram for valerr_ctx:
Collaboration graph
[legend]

Data Fields

void * pool
 Pool to allocate memory from. More...
 
qheaderr_list
 List of encountered errors. More...
 
xmlDocPtr doc
 XML document. More...
 

Detailed Description

This struct gathers context parameters used by error handler of libxml's validator.

Field Documentation

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().


The documentation for this struct was generated from the following file: