axlItem* axl_item_get_previous ( axlItem item  ) 

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

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