MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / htmlSaveFileEnc

Function htmlSaveFileEnc

Externals/LibXML/HTMLtree.c:1208–1211  ·  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

1206 * returns: the number of byte written or -1 in case of failure.
1207 */
1208int
1209htmlSaveFileEnc(const char *filename, xmlDocPtr cur, const char *encoding) {
1210 return(htmlSaveFileFormat(filename, cur, encoding, 1));
1211}
1212
1213#endif /* LIBXML_OUTPUT_ENABLED */
1214

Callers 2

test_htmlSaveFileEncFunction · 0.85
parseAndPrintFileFunction · 0.85

Calls 1

htmlSaveFileFormatFunction · 0.85

Tested by 2

test_htmlSaveFileEncFunction · 0.68
parseAndPrintFileFunction · 0.68