WebSphere Message Brokers
File: as08110_
Writer: Lorraine Waitt

Reference topic

This build: July 31, 2007 21:37:53

cpiElementValue

Purpose

Optional function to get the value of a specified element. It is invoked 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 will have been returned by the cpiElementValueValue function.

Related concepts
User-defined parsers
User-defined extensions overview
Related tasks
Creating a parser in C
Related reference
cpiSetElementValue
C parser implementation functions
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2007Copyright IBM Corporation 1999, 2007. All Rights Reserved.
This build: July 31, 2007 21:37:53

as08110_ This topic's URL is: