Searched defs:_xmlDebugCtxt (Results 1 – 1 of 1) sorted by relevance
37 struct _xmlDebugCtxt { struct38 FILE *output; /* the output file */39 char shift[101]; /* used for indenting */40 int depth; /* current depth */41 xmlDocPtr doc; /* current document */42 xmlNodePtr node; /* current node */43 xmlDictPtr dict; /* the doc dictionary */44 int check; /* do just checkings */45 int errors; /* number of errors found */46 int nodict; /* if the document has no dictionary */[all …]