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

Function htmlSaveFileEnc

ThirdParty/libxml2/vtklibxml2/HTMLtree.c:1132–1135  ·  view source on GitHub ↗

* htmlSaveFileEnc: * @filename: the filename * @cur: the document * @encoding: the document encoding * * Dump an HTML document to a file using a given encoding * and formatting returns/spaces are added. * * returns: the number of byte written or -1 in case of failure. */

Source from the content-addressed store, hash-verified

1130 * returns: the number of byte written or -1 in case of failure.
1131 */
1132int
1133htmlSaveFileEnc(const char *filename, xmlDocPtr cur, const char *encoding) {
1134 return(htmlSaveFileFormat(filename, cur, encoding, 1));
1135}
1136
1137#endif /* LIBXML_OUTPUT_ENABLED */
1138

Callers

nothing calls this directly

Calls 1

htmlSaveFileFormatFunction · 0.85

Tested by

no test coverage detected