Skip to main content

xmlCreateMemoryParserCtxt

Function xmlCreateMemoryParserCtxt 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlCreateMemoryParserCtxt( buffer: *const c_char, size: c_int, ) -> *mut _xmlParserCtxt
Expand description

Create a parser context for an in-memory document.

§UPSTREAM-PARITY

xmlParserCtxtPtr xmlCreateMemoryParserCtxt(const char *buffer, int size);