[−][src]Type Definition libxslt::bindings::attributeDeclSAXFunc
type attributeDeclSAXFunc = Option<unsafe extern "C" fn(*mut c_void, *const u8, *const u8, i32, i32, *const u8, *mut _xmlEnumeration)>;
attributeDeclSAXFunc: @ctx: the user data (XML parser context) @elem: the name of the element @fullname: the attribute name @type: the attribute type @def: the type of default value @defaultValue: the attribute default value @tree: the tree of enumerated value set
An attribute definition has been parsed.