Skip to main content

xmlReadMemory

Function xmlReadMemory 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlReadMemory( buffer: *const c_char, size: c_int, URL: *const c_char, encoding: *const c_char, options: c_int, ) -> *mut _xmlDoc
Expand description

Read an XML document from memory.

ยงUPSTREAM-PARITY

xmlDocPtr xmlReadMemory(const char *buffer, int size,
                        const char *URL, const char *encoding, int options);