IBM Integration Bus, Version 10.0.0.17 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS


XPath expressions supported by default

XPath supports a number of expressions by default.

The following expressions are supported:
Read-only fields
$Root, $Body, $Properties, $LocalEnvironment, $DestinationList, $ExceptionList, $InputRoot , $InputBody, $InputProperties, $InputLocalEnvironment, $InputDestinationList, $InputExceptionList,$Environment.
To exclude variables for a node property from the default list, specify a comma separated string of variables. For example, specifying:
"com.ibm.etools.mft.ibmnodes.editors.xpath.XPathReadOnlyPropertyEditor", "InputRoot ,
 InputBody, InputProperties, InputLocalEnvironment, InputDestinationList, 
 InputExceptionList"
restricts the XPath field to support only:
$Root, $Body, $Properties, $LocalEnvironment,  $DestinationList, $ExceptionList' 
$Environment
Read-write fields
$InputRoot , $InputBody, $InputProperties, $InputLocalEnvironment, $InputDestinationList, $InputExceptionList, $OutputRoot , $OutputLocalEnvironment, $OutputDestinationList, $OutputExceptionList, $Environment.
To exclude variables for a node property from the default list, specify a comma separated string of variables. For example, specifying:
"com.ibm.etools.mft.ibmnodes.editors.xpath.XPathReadWritePropertyEditor", "InputRoot ,
 InputBody, InputProperties, InputLocalEnvironment, InputDestinationList, 
 InputExceptionList"
restricts the XPath field to support only:
$OutputRoot, $OutputLocalEnvironment, $OutputDestinationList, $OutputExceptionList,
 $Environment
Expression fields
$Root, $Body, $Properties, $LocalEnvironment, $DestinationList, $ExceptionList, $InputRoot , $InputBody, $InputProperties, $InputLocalEnvironment, $InputDestinationList, $InputExceptionList, $OutputRoot , $OutputLocalEnvironment, $OutputDestinationList, $OutputExceptionList, $Environment.
To exclude variables for a node property from the default list, specify a comma separated string of variables. For example, specifying:
"com.ibm.etools.mft.ibmnodes.editors.xpath.XPathPropertyEditor", "InputRoot , 
InputBody, InputProperties, InputLocalEnvironment, InputDestinationList, 
InputExceptionList, OutputRoot , OutputLocalEnvironment, OutputDestinationList, 
OutputExceptionList"
restricts the XPath field to support only:
$Root, $Body, $Properties, $LocalEnvironment,  $DestinationList, $ExceptionList,
 $Environment.

ak64790_.htm | Last updated 2019-07-13 08:12:53