Function xmlCtxtUseOptions
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlCtxtUseOptions(
ctxt: *mut _xmlParserCtxt,
options: c_int,
) -> c_int
Expand description
Set parser options.
ยงUPSTREAM-PARITY
int xmlCtxtUseOptions(xmlParserCtxtPtr ctxt, int options);