#include <stdapis/libxml2/libxml2_list.h>
typedef void(* | xmlListDeallocator |
xmlListDeallocator: Callback function used to free data from a list.
typedef int(* | xmlListDataCompare |
xmlListDataCompare: Callback function used to compare 2 data.
Returns 0 is equality, -1 or 1 otherwise depending on the ordering.
typedef int(* | xmlListWalker |
xmlListWalker: Callback function used when walking a list with xmlListWalk().
Returns 0 to stop walking the list, 1 otherwise.