TIBCO XPath Functions
TIBCO XPath Functions describe the functions added by Mediation.
Function Name | Description |
---|---|
base64ToString |
Converts a base64 binary encoded string to a string using the specified encoding. If encoding is not specified, UTF-8 is used. Template base64ToString(<< encodedString >>, << optional encoding >>) Return Type string |
stringToBase64 |
Converts a string to a base64 binary encoded string. Template stringToBase64(<< stringToEncode >>) Return Type string |
hexToString |
Converts a hex string to a string using the specified encoding. If encoding is not specified, UTF-8 is used. Template hexToString(<< encodedString >>, << optional encoding >>) Return Type string |
stringToHex |
Converts a string to a hex encoded string. Template stringToHex(<< stringToEncode >>) Return Type string |
timestamp |
Returns the number of milliseconds since midnight, January 1, 1970 UTC, at the instance of the call to this function Template timestamp() Return Type long |