[−][src]Type Definition libxslt::bindings::xmlSchemaValidityLocatorFunc
type xmlSchemaValidityLocatorFunc = Option<unsafe extern "C" fn(*mut c_void, *mut *const i8, *mut u64) -> i32>;
xmlSchemaValidityLocatorFunc: @ctx: user provided context @file: returned file information @line: returned line information
A schemas validation locator, a callback called by the validator. This is used when file or node informations are not available to find out what file and line number are affected
Returns: 0 in case of success and -1 in case of error