Skip to main content

xmlInitParser

Function xmlInitParser 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlInitParser()
Expand description

Initialize the parser library.

Must be called before any other libxml2 functions. Safe to call multiple times (reference-counted in modern libxml2).

ยงUPSTREAM-PARITY

void xmlInitParser(void);