Allows to get the provided item node reference (axlDtdElementListNode) from the provided item list (axlDtdElementList).
Provided position ranges from 0 up to axl_dtd_item_list_count.
- Parameters:
-
| itemList | The itemList where the operation will be performed. |
| position | The position where the item node will be looked up. |
- Returns:
- A reference to the axlDtdElementListNode, or NULL if there is no item node at the selected index. The function return NULL if the provided position is a non positive value or it is greater than the current item list count (axl_dtd_item_list_count) or the provided item list reference is NULL.