[][src]Type Definition libxslt::bindings::xmlShellCmd

type xmlShellCmd = Option<unsafe extern "C" fn(*mut _xmlShellCtxt, *mut i8, *mut _xmlNode, *mut _xmlNode) -> i32>;

xmlShellCmd: @ctxt: a shell context @arg: a string argument @node: a first node @node2: a second node

This is a generic signature for the XML shell functions.

Returns an int, negative returns indicating errors.