Skip to main content

xmlDocDumpMemory

Function xmlDocDumpMemory 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlDocDumpMemory( doc: *mut _xmlDoc, mem: *mut *mut xmlChar, size: *mut c_int, )
Expand description

Dump a document to memory (unformatted).

ยงUPSTREAM-PARITY

void xmlDocDumpMemory(xmlDocPtr doc, xmlChar **mem, int *size);