Skip to main content

xmlHashScanner

Type Alias xmlHashScanner 

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

Scanner function for hash table entries.

Called for each entry during xmlHashScan.