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

Function htmlNodeDumpOutput

ThirdParty/libxml2/vtklibxml2/HTMLtree.c:958–962  ·  view source on GitHub ↗

* htmlNodeDumpOutput: * @buf: the HTML buffer output * @doc: the document * @cur: the current node * @encoding: the encoding string (unused) * * Dump an HTML node, recursive behaviour,children are printed too, * and formatting returns/spaces are added. */

Source from the content-addressed store, hash-verified

956 * and formatting returns/spaces are added.
957 */
958void
959htmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc,
960 xmlNodePtr cur, const char *encoding ATTRIBUTE_UNUSED) {
961 htmlNodeDumpFormatOutput(buf, doc, cur, NULL, 1);
962}
963
964/**
965 * htmlDocContentDumpFormatOutput:

Callers 1

xmlElemDumpFunction · 0.85

Calls 1

htmlNodeDumpFormatOutputFunction · 0.85

Tested by

no test coverage detected