MCPcopy Create free account
hub / github.com/Kitware/VTK / htmlDocContentDumpOutput

Function htmlDocContentDumpOutput

ThirdParty/libxml2/vtklibxml2/HTMLtree.c:995–999  ·  view source on GitHub ↗

* htmlDocContentDumpOutput: * @buf: the HTML buffer output * @cur: the document * @encoding: the encoding string (unused) * * Dump an HTML document. Formatting return/spaces are added. */

Source from the content-addressed store, hash-verified

993 * Dump an HTML document. Formatting return/spaces are added.
994 */
995void
996htmlDocContentDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr cur,
997 const char *encoding ATTRIBUTE_UNUSED) {
998 htmlNodeDumpFormatOutput(buf, cur, (xmlNodePtr) cur, NULL, 1);
999}
1000
1001/************************************************************************
1002 * *

Callers 2

htmlDocDumpFunction · 0.85
htmlSaveFileFunction · 0.85

Calls 1

htmlNodeDumpFormatOutputFunction · 0.85

Tested by

no test coverage detected