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

type xmlC14NIsVisibleCallback = Option<unsafe extern "C" fn(*mut c_void, *mut _xmlNode, *mut _xmlNode) -> i32>;

This is the core C14N function / /** xmlC14NIsVisibleCallback: @user_data: user data @node: the curent node @parent: the parent node

Signature for a C14N callback on visible nodes

Returns 1 if the node should be included