axlItem* axl_item_get_next ( axlItem item  ) 

Allows to get the following element that is next to the item reference provided (axlItem), at the same level.

Parameters:
item The item that is required to return its next reference.
Returns:
A reference to the next element or NULL if no it fails or no element is found next to the element provided.