[−][src]Type Definition libxslt::bindings::xmlInputMatchCallback
type xmlInputMatchCallback = Option<unsafe extern "C" fn(*const i8) -> i32>;
xmlInputMatchCallback: @filename: the filename or URI
Callback used in the I/O Input API to detect if the current handler can provide input fonctionnalities for this resource.
Returns 1 if yes and 0 if another Input module should be used