WebSphere Message Broker, Version 8.0.0.7 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

cpiElementValue

This function gets the value of a specified element. It is called by the broker 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

Syntax

const CciElementValue* cpiElementValue(
  CciParser*   parser,
  CciElement*  currentElement);

Parameters

parser
The address of the parser object (input).
currentElement
The address of the current syntax element (input).

Return values

The value of the target syntax element object is returned. This value has been returned by the cpiElementValueValue function.

Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2016Copyright IBM Corporation 1999, 2016.

        
        Last updated:
        
        Last updated: 2016-05-23 14:47:30


Reference topicReference topic | Version 8.0.0.7 | as08110_