class Ens.BPL.XPATH
extends Ens.BPL.Activity
The element allows a business process to evaluate XPath expressions on a target XML document.
property Context
as %String;
This holds the (required) context for the XPATH evaluation
property Expression
as %String;
This holds the (required) expression for the XPATH evaluation
property PrefixMappings
as %String;
This holds the (optional) prefix mappings
property Property
as %String;
This holds the name of the (required) 'property' to which the result of the xpath evaluation is assigned
property SchemaSpec
as %String;
This holds the (optional) schema specification
property Source
as %String;
This holds the (required) source name