PATH:
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
lxml
/
includes
/
libxml
/* * Summary: Tree debugging APIs * Description: Interfaces to a set of routines used for debugging the tree * produced by the XML parser. * * Copy: 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, xmlAttrPtr attr, int depth); XMLPUBFUN void xmlDebugDumpAttrList (FILE *output, xmlAttrPtr attr, int depth); XMLPUBFUN void xmlDebugDumpOneNode (FILE *output, xmlNodePtr node, int depth); XMLPUBFUN void xmlDebugDumpNode (FILE *output, xmlNodePtr node, int depth); XMLPUBFUN void xmlDebugDumpNodeList (FILE *output, xmlNodePtr node, int depth); XMLPUBFUN void xmlDebugDumpDocumentHead(FILE *output, xmlDocPtr doc); XMLPUBFUN void xmlDebugDumpDocument (FILE *output, xmlDocPtr doc); XMLPUBFUN void xmlDebugDumpDTD (FILE *output, xmlDtdPtr dtd); XMLPUBFUN void xmlDebugDumpEntities (FILE *output, xmlDocPtr doc); /**************************************************************** * * * Checking routines * * * ****************************************************************/ XMLPUBFUN int xmlDebugCheckDocument (FILE * output, xmlDocPtr doc); #ifdef __cplusplus } #endif #endif /* LIBXML_DEBUG_ENABLED */ #endif /* __DEBUG_XML__ */
[-] c14n.h
[edit]
[-] list.h
[edit]
[-] hash.h
[edit]
[-] schematron.h
[edit]
[-] xmlversion.h
[edit]
[-] xpath.h
[edit]
[-] parser.h
[edit]
[-] tree.h
[edit]
[-] xmlwriter.h
[edit]
[-] xmlsave.h
[edit]
[-] HTMLtree.h
[edit]
[-] nanohttp.h
[edit]
[-] xlink.h
[edit]
[-] xmlschemas.h
[edit]
[-] xinclude.h
[edit]
[-] HTMLparser.h
[edit]
[-] xpointer.h
[edit]
[-] nanoftp.h
[edit]
[-] SAX.h
[edit]
[-] uri.h
[edit]
[-] xmlschemastypes.h
[edit]
[-] xmlexports.h
[edit]
[-] schemasInternals.h
[edit]
[-] xpathInternals.h
[edit]
[-] xmlunicode.h
[edit]
[-] valid.h
[edit]
[-] relaxng.h
[edit]
[-] SAX2.h
[edit]
[-] encoding.h
[edit]
[-] debugXML.h
[edit]
[-] dict.h
[edit]
[-] entities.h
[edit]
[-] xmlerror.h
[edit]
[-] xmlIO.h
[edit]
[-] __init__.py
[edit]
[-] xmlstring.h
[edit]
[+]
..
[-] chvalid.h
[edit]
[-] catalog.h
[edit]
[-] xmlmodule.h
[edit]
[-] xmlreader.h
[edit]
[-] threads.h
[edit]
[-] globals.h
[edit]
[-] parserInternals.h
[edit]
[+]
__pycache__
[-] xmlregexp.h
[edit]
[-] xmlmemory.h
[edit]
[-] xmlautomata.h
[edit]