Skip to main content

attributeDeclSAXFunc

Type Alias attributeDeclSAXFunc 

Source
pub type attributeDeclSAXFunc = unsafe extern "C" fn(ctx: *mut c_void, elem: *const xmlChar, name: *const xmlChar, type_: c_int, def: c_int, defaultValue: *const xmlChar, tree: *mut _xmlEnumeration);
Expand description

Callback for attribute declaration.