Skip to main content

htmlParseFile

Function htmlParseFile 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn htmlParseFile( _filename: *const c_char, _encoding: *const c_char, ) -> *mut _xmlDoc
Expand description

Parse an HTML document from a file.

ยงUPSTREAM-PARITY

htmlDocPtr htmlParseFile(const char *filename, const char *encoding);