[−][src]Type Definition libxslt::bindings::xlinkNodeDetectFunc
type xlinkNodeDetectFunc = Option<unsafe extern "C" fn(*mut c_void, *mut _xmlNode)>;
xlinkNodeDetectFunc: @ctx: user data pointer @node: the node to check
This is the prototype for the link detection routine. It calls the default link detection callbacks upon link detection.