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_next
(
axlNode
*
node
)
Returns the following
axlItem
to the
axlNode
reference, in the same level.
Parameters:
node
The node that is required to return the following item to it.
Returns:
An reference to the following or NULL.