[−][src]Type Definition libxslt::bindings::xlinkSimpleLinkFunk
type xlinkSimpleLinkFunk = Option<unsafe extern "C" fn(*mut c_void, *mut _xmlNode, *mut u8, *mut u8, *mut u8)>;
xlinkSimpleLinkFunk: @ctx: user data pointer @node: the node carrying the link @href: the target of the link @role: the role string @title: the link title
This is the prototype for a simple link detection callback.