Type Definition libxml::bindings::xmlInputMatchCallback[][src]

type xmlInputMatchCallback = Option<unsafe extern "C" fn(filename: *const c_char) -> c_int>;

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