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

Function xmlDocDump

ThirdParty/libxml2/vtklibxml2/xmlsave.c:2819–2822  ·  view source on GitHub ↗

* xmlDocDump: * @f: the FILE* * @cur: the document * * Dump an XML document to an open FILE. * * returns: the number of bytes written or -1 in case of failure. */

Source from the content-addressed store, hash-verified

2817 * returns: the number of bytes written or -1 in case of failure.
2818 */
2819int
2820xmlDocDump(FILE *f, xmlDocPtr cur) {
2821 return(xmlDocFormatDump (f, cur, 0));
2822}
2823
2824/**
2825 * xmlSaveFileTo:

Callers 3

xmlShellPrintNodeCtxtFunction · 0.85
xmlShellCatFunction · 0.85
xmlRelaxNGDumpTreeFunction · 0.85

Calls 1

xmlDocFormatDumpFunction · 0.85

Tested by

no test coverage detected