[][src]Type Definition libxslt::bindings::elementDeclSAXFunc

type elementDeclSAXFunc = Option<unsafe extern "C" fn(*mut c_void, *const u8, i32, *mut _xmlElementContent)>;

elementDeclSAXFunc: @ctx: the user data (XML parser context) @name: the element name @type: the element type @content: the element value tree

An element definition has been parsed.