Lines Matching defs:_xmlDebugCtxt
32 struct _xmlDebugCtxt { struct
33 FILE *output; /* the output file */
34 char shift[101]; /* used for indenting */
35 int depth; /* current depth */
36 xmlDocPtr doc; /* current document */
37 xmlNodePtr node; /* current node */
38 xmlDictPtr dict; /* the doc dictionary */
39 int check; /* do just checkings */
40 int errors; /* number of errors found */
41 int nodict; /* if the document has no dictionary */
42 int options; /* options */