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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.