Type Definition libxml::bindings::xmlRegExecCallbacks [−][src]
type xmlRegExecCallbacks = Option<unsafe extern "C" fn(exec: xmlRegExecCtxtPtr, token: *const xmlChar, transdata: *mut c_void, inputdata: *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