This function gets the value of a specified element. It is called by the integration node when the value of a syntax element is to be retrieved. It provides an opportunity for a user-defined parser to override the behavior for retrieving element values.
Defined In | Type | Member |
---|---|---|
CPI_VFT | Optional | iFpElementValue |
const CciElementValue* cpiElementValue(
CciParser* parser,
CciElement* currentElement);
The value of the target syntax element object is returned. This value has been returned by the cpiElementValueValue function.