Evaluates the XPath expression against the MessageContext of the current message and returns a String representation of the result
@param synCtx the source message which holds the MessageContext against full context @return a String representation of the result of evaluation The string-value of the expression is determined per the string(..)
core function as defined in the XPath specification. This means that an expression that selects more than one nodes will return the string value of the first node in the node set..
|
|
|
|
|
|
|
|