Main Page
Modules
Related Pages
S
earch for
Axl Item: A basic item abstraction that represents a child node that could be another node, content, xml comment, etc.
axl_item_are_equal
axl_item_copy
axl_item_free
axl_item_get_content
axl_item_get_data
axl_item_get_doc
axl_item_get_first_child
axl_item_get_last_child
axl_item_get_next
axl_item_get_parent
axl_item_get_previous
axl_item_get_type
axl_item_new
axl_item_new_ref
axl_item_node_holder
axl_item_node_next
axl_item_node_previous
axl_item_remove
axl_item_replace
axl_item_set_after
axl_item_transfer_childs_after
void axl_item_free
(
axlItem
*
item
,
bool
dealloc
)
Allows to release the memory hold the item reference provided, and the value stored inside it.
Parameters:
item
The item to dealloc.
dealloc
true to also dealloc the value inside.