| 2751 | */ |
| 2752 | |
| 2753 | void |
| 2754 | xmlDocDumpMemoryEnc(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: |
no test coverage detected