Skip to main content

entityDeclSAXFunc

Type Alias entityDeclSAXFunc 

Source
pub type entityDeclSAXFunc = unsafe extern "C" fn(ctx: *mut c_void, name: *const xmlChar, type_: c_int, publicId: *const xmlChar, systemId: *const xmlChar, content: *mut xmlChar);
Expand description

Callback for entity declaration.