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

Function xmlDocDumpMemoryEnc

ThirdParty/libxml2/vtklibxml2/xmlsave.c:2753–2758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2751 */
2752
2753void
2754xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr,
2755 int * doc_txt_len, const char * txt_encoding) {
2756 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len,
2757 txt_encoding, 0);
2758}
2759
2760/**
2761 * xmlDocFormatDump:

Callers 1

parseAndPrintFileFunction · 0.85

Calls 1

Tested by

no test coverage detected