XPath

Description

This category provides list of xpath functions to operate on the event payload

Functions

NameSignature and Synopsis
evalAsBooleanboolean evalAsBoolean (String path)
Evaluate an XPath Expression and return a boolean.
evalAsDateTimeDateTime evalAsDateTime (String path)
Evaluate an XPath Expression and return a DateTime.
evalAsDoubledouble evalAsDouble (String path)
Evaluate an XPath Expression and return a double.
evalAsIntint evalAsInt (String path) and return an int.
Evaluate an XPath Expression
evalAsLonglong evalAsLong (String path)
Evaluate an XPath Expression and return a long.
evalAsStringString evalAsString (String path)
Evaluate an XPath Expression and return a String.
executeString execute (String xpath, String xml, String prefixes)
Evaluate an XPath Expression against the input XML String. See Language Reference for examples.
executeWithEventString executeWithEvent (String xpath, Event event, String prefixes)
Evaluate an XPath Expression against the input event.
executeXPathWithEventString[] executeXPathWithEvent (String xpath, Event event, String prefixes)
Evaluate an XPath Expression against the payload of the input event.