this module implements a few function needed to process tree in an HTML specific way. Table of Contents#define HTML_COMMENT_NODE #define HTML_ENTITY_REF_NODE #define HTML_PI_NODE #define HTML_PRESERVE_NODE #define HTML_TEXT_NODE void htmlDocContentDumpFormatOutput (xmlOutputBufferPtr buf, xmlDocPtr cur, const char * encoding, int format)
void htmlDocContentDumpOutput (xmlOutputBufferPtr buf, xmlDocPtr cur, const char * encoding)
int htmlDocDump (FILE * f, xmlDocPtr cur)
void htmlDocDumpMemory (xmlDocPtr cur, xmlChar ** mem, int * size)
|