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

type xmlHashScannerFull = Option<unsafe extern "C" fn(payload: *mut c_void, data: *mut c_void, name: *const xmlChar, name2: *const xmlChar, name3: *const xmlChar)>;

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.