XPath.executeWithEvent()
Signature
String executeWithEvent (String xpath, Event event, String prefixes)
Domain
action, condition, query
Description
Evaluate an XPath Expression against the input event.
Parameters
Name | Type | Description |
xpath | String | The XPath expression. $var is required in front of the root element, for example: "count($var/order/orderlines)". |
event | Event | The Event object on which the XPath expression executes. |
prefixes | String | The prefixes and namespaces in comma delimiter format, for example: "xns1=http://www.tibco.com/be,xns2=http://www.tibco.com/support". |
Returns
Type | Description |
String | The result of the evaluation. |
Cautions
RuntimeException for an undefined property.