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