Type Definition libxml::bindings::xlinkSimpleLinkFunk [−][src]
type xlinkSimpleLinkFunk = Option<unsafe extern "C" fn(ctx: *mut c_void, node: xmlNodePtr, href: xlinkHRef, role: xlinkRole, title: xlinkTitle)>;
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.