PATH:
opt
/
cpanel
/
ea-libxml2
/
include
/
libxml2
/
libxml
/** * @file * * @brief Tree debugging APIs * * Interfaces to a set of routines used for debugging the tree * produced by the XML parser. * * @copyright See Copyright for the status of this software. * * @author Daniel Veillard */ #ifndef __DEBUG_XML__ #define __DEBUG_XML__ #include <stdio.h> #include <libxml/xmlversion.h> #include <libxml/tree.h> #ifdef LIBXML_DEBUG_ENABLED #include <libxml/xpath.h> #ifdef __cplusplus extern "C" { #endif /* * The standard Dump routines. */ XMLPUBFUN void xmlDebugDumpString (FILE *output, const xmlChar *str); XMLPUBFUN void xmlDebugDumpAttr (FILE *output, xmlAttr *attr, int depth); XMLPUBFUN void xmlDebugDumpAttrList (FILE *output, xmlAttr *attr, int depth); XMLPUBFUN void xmlDebugDumpOneNode (FILE *output, xmlNode *node, int depth); XMLPUBFUN void xmlDebugDumpNode (FILE *output, xmlNode *node, int depth); XMLPUBFUN void xmlDebugDumpNodeList (FILE *output, xmlNode *node, int depth); XMLPUBFUN void xmlDebugDumpDocumentHead(FILE *output, xmlDoc *doc); XMLPUBFUN void xmlDebugDumpDocument (FILE *output, xmlDoc *doc); XMLPUBFUN void xmlDebugDumpDTD (FILE *output, xmlDtd *dtd); XMLPUBFUN void xmlDebugDumpEntities (FILE *output, xmlDoc *doc); /**************************************************************** * * * Checking routines * * * ****************************************************************/ XMLPUBFUN int xmlDebugCheckDocument (FILE * output, xmlDoc *doc); #ifdef __cplusplus } #endif #endif /* LIBXML_DEBUG_ENABLED */ #endif /* __DEBUG_XML__ */
[-] xpathInternals.h
[edit]
[-] xpath.h
[edit]
[-] xmlmodule.h
[edit]
[-] dict.h
[edit]
[-] nanoftp.h
[edit]
[-] xmlautomata.h
[edit]
[-] xmlschemas.h
[edit]
[-] xmlwriter.h
[edit]
[-] xmlreader.h
[edit]
[-] nanohttp.h
[edit]
[-] xmlstring.h
[edit]
[+]
..
[-] xmlsave.h
[edit]
[-] chvalid.h
[edit]
[-] xpointer.h
[edit]
[-] xlink.h
[edit]
[-] parser.h
[edit]
[-] tree.h
[edit]
[-] schematron.h
[edit]
[-] SAX.h
[edit]
[-] threads.h
[edit]
[-] parserInternals.h
[edit]
[-] xmlexports.h
[edit]
[-] c14n.h
[edit]
[-] hash.h
[edit]
[-] pattern.h
[edit]
[-] xmlerror.h
[edit]
[-] catalog.h
[edit]
[-] HTMLparser.h
[edit]
[-] xmlunicode.h
[edit]
[-] xmlregexp.h
[edit]
[-] globals.h
[edit]
[-] xmlversion.h
[edit]
[-] xinclude.h
[edit]
[-] debugXML.h
[edit]
[-] xmlIO.h
[edit]
[-] entities.h
[edit]
[-] uri.h
[edit]
[-] relaxng.h
[edit]
[-] valid.h
[edit]
[-] HTMLtree.h
[edit]
[-] schemasInternals.h
[edit]
[-] xmlmemory.h
[edit]
[-] SAX2.h
[edit]
[-] xmlschemastypes.h
[edit]
[-] list.h
[edit]
[-] encoding.h
[edit]