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
axlItem
* axl_item_node_holder
(
axlNode
*
node
)
Allows to get the
axlItem
reference that is holding the node provided.
Parameters:
node
The node that is required to return its holding item.
Returns:
The item reference or NULL if it fails or it isn't set.