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

type xmlHashScannerFull = Option<unsafe extern "C" fn(*mut c_void, *mut c_void, *const u8, *const u8, *const u8)>;

xmlHashScannerFull: @payload: the data in the hash @data: extra scannner data @name: the name associated @name2: the second name associated @name3: the third name associated

Callback when scanning data in a hash with the full scanner.