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

Function htmlNodeDumpFile

ThirdParty/libxml2/vtklibxml2/HTMLtree.c:531–534  ·  view source on GitHub ↗

* htmlNodeDumpFile: * @out: the FILE pointer * @doc: the document * @cur: the current node * * Dump an HTML node, recursive behaviour,children are printed too, * and formatting returns are added. */

Source from the content-addressed store, hash-verified

529 * and formatting returns are added.
530 */
531void
532htmlNodeDumpFile(FILE *out, xmlDocPtr doc, xmlNodePtr cur) {
533 htmlNodeDumpFileFormat(out, doc, cur, NULL, 1);
534}
535
536/**
537 * htmlDocDumpMemoryFormat:

Callers 1

xmlShellCatFunction · 0.85

Calls 1

htmlNodeDumpFileFormatFunction · 0.85

Tested by

no test coverage detected