Searched defs:_xmlDebugCtxt (Results 1 – 1 of 1) sorted by relevance
32 struct _xmlDebugCtxt { struct33 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 */[all …]