Function libxml::bindings::htmlCreatePushParserCtxt[][src]

pub unsafe extern "C" fn htmlCreatePushParserCtxt(
    sax: htmlSAXHandlerPtr,
    user_data: *mut c_void,
    chunk: *const c_char,
    size: c_int,
    filename: *const c_char,
    enc: xmlCharEncoding
) -> htmlParserCtxtPtr

Interfaces for the Push mode.