Main Page
Modules
Related Pages
S
earch for
Axl Handlers: Handlers declarations used by Axl Library functions.
axlDtdEntityResolver
axlDuplicateFunc
axlHashForeachFunc
axlHashForeachFunc2
axlHashForeachFunc3
axlHashForeachFunc4
axlHashFunc
axlHashItemCopy
axlIterationFunc
axlIterationFunc2
axlLookupFunc
axlNodeAttrForeachFunc
axlStackForeach2
axlStackForeach3
typedef bool(* )
axlNodeAttrForeachFunc
(const char *key, const char *value,
axlPointer
data,
axlPointer
data2)
Foreach function used by
axl_node_attr_foreach
function.
Parameters:
key
The attribute name.
value
The attribute value.
data
User defined pointer provided at
axl_node_attr_foreach
.
data2
Second user defined data provided at
axl_node_attr_foreach
.
Returns:
The foreach function can stop the process at a particular attribute by returning
true
("item found"). To iterate all attributes return
false
.