Use this function to get the address of the value object owned by the specified syntax element.
const CciElementValue* cniElementValueValue(
int* returnCode,
CciElement* targetElement);
The address of the value object of the target syntax element is returned. If an error occurs, zero (CCI_NULL_ADDR) is returned, and the returnCode parameter indicates the reason for the error.