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