Home
last modified time | relevance | path

Searched defs:_xmlDebugCtxt (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
DdebugXML.c33 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 */
[all …]