Home
last modified time | relevance | path

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

/external/libxml2/
DdebugXML.c41 struct _xmlDebugCtxt { struct
42 FILE *output; /* the output file */
43 char shift[101]; /* used for indenting */
44 int depth; /* current depth */
45 xmlDocPtr doc; /* current document */
46 xmlNodePtr node; /* current node */
47 xmlDictPtr dict; /* the doc dictionnary */
48 int check; /* do just checkings */
49 int errors; /* number of errors found */
50 int nodict; /* if the document has no dictionnary */
[all …]