Skip to main content

xmlCreateFileParserCtxt

Function xmlCreateFileParserCtxt 

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

Create a file parser context.

ยงUPSTREAM-PARITY

xmlParserCtxtPtr xmlCreateFileParserCtxt(const char *filename);