AxlItemType axl_item_get_type ( axlItem item  ) 

Allows to get the item type that represents the reference received (axlItem).

Every axlItem represents a particular content that could be found inside an xml document parsed by the library (axlDoc). This function allows to return the type associated to the element encapsulated by the axlItem. See AxlItemType for more details.

Parameters:
item The reference that is required to return its type.
Returns:
The type that is inside the reference or -1 if it fails.