WebSphere Message Broker, Version 8.0.0.7 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

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.
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2016Copyright IBM Corporation 1999, 2016.

        
        Last updated:
        
        Last updated: 2016-05-23 14:47:15


Concept topicConcept topic | Version 8.0.0.7 | ak64790_