Skip to main content

initSAXFunc

Type Alias initSAXFunc 

Source
pub type initSAXFunc = unsafe extern "C" fn(ctx: *mut c_void, handler: *mut _xmlSAXHandler);
Expand description

Callback for initializing the SAX handler.

ยงUPSTREAM-PARITY

This is a libxml2-internal callback used to set SAX2 callbacks when SAX1 callbacks are not provided. Not typically set by downstream users.