Skip to main content

xmlHashScannerFull

Type Alias xmlHashScannerFull 

Source
pub type xmlHashScannerFull = unsafe extern "C" fn(payload: *mut c_void, data: *mut c_void, name: *const xmlChar, name2: *const xmlChar, name3: *const xmlChar);
Expand description

Full scanner function for hash table entries.

Called for each entry during xmlHashScanFull. Includes all three key parts.