int axl_dtd_item_list_count ( axlDtdElementList itemList  ) 

Returns the number of item nodes (axlDtdElementListNode) inside the item list received (axlDtdElementList).

Parameters:
itemList The axlDtdElementList where the count operation is being requested.
Returns:
The number of item list the provided axlDtdElementList reference has. The function return -1 if the provided reference is NULL.