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

type xmlRegExecCallbacks = Option<unsafe extern "C" fn(*mut _xmlRegExecCtxt, *const u8, *mut c_void, *mut c_void)>;

xmlRegExecCallbacks: @exec: the regular expression context @token: the current token string @transdata: transition data @inputdata: input data

Callback function when doing a transition in the automata