libxml2_list.h File Reference

Typedef xmlLink

typedef struct _xmlLink xmlLink

Typedef xmlLinkPtr

typedef xmlLink * xmlLinkPtr

Typedef xmlList

typedef struct _xmlList xmlList

Typedef xmlListPtr

typedef xmlList * xmlListPtr

Typedef xmlListDeallocator

typedef void(* xmlListDeallocator

xmlListDeallocator: Callback function used to free data from a list.

Typedef xmlListDataCompare

typedef int(* xmlListDataCompare

xmlListDataCompare: Callback function used to compare 2 data.

Returns 0 is equality, -1 or 1 otherwise depending on the ordering.

Typedef xmlListWalker

typedef int(* xmlListWalker

xmlListWalker: Callback function used when walking a list with xmlListWalk() .

Returns 0 to stop walking the list, 1 otherwise.