Skip to main content

Ens.BPL.XPATH

class Ens.BPL.XPATH extends Ens.BPL.Activity

The element allows a business process to evaluate XPath expressions on a target XML document.

Property Inventory

Method Inventory

Properties

property Context as %String;
This holds the (required) context for the XPATH evaluation
Property methods: ContextDisplayToLogical(), ContextGet(), ContextIsValid(), ContextLogicalToDisplay(), ContextLogicalToOdbc(), ContextNormalize(), ContextSet()
property Expression as %String;
This holds the (required) expression for the XPATH evaluation
Property methods: ExpressionDisplayToLogical(), ExpressionGet(), ExpressionIsValid(), ExpressionLogicalToDisplay(), ExpressionLogicalToOdbc(), ExpressionNormalize(), ExpressionSet()
property PrefixMappings as %String;
This holds the (optional) prefix mappings
Property methods: PrefixMappingsDisplayToLogical(), PrefixMappingsGet(), PrefixMappingsIsValid(), PrefixMappingsLogicalToDisplay(), PrefixMappingsLogicalToOdbc(), PrefixMappingsNormalize(), PrefixMappingsSet()
property Property as %String;
This holds the name of the (required) 'property' to which the result of the xpath evaluation is assigned
Property methods: PropertyDisplayToLogical(), PropertyGet(), PropertyIsValid(), PropertyLogicalToDisplay(), PropertyLogicalToOdbc(), PropertyNormalize(), PropertySet()
property SchemaSpec as %String;
This holds the (optional) schema specification
Property methods: SchemaSpecDisplayToLogical(), SchemaSpecGet(), SchemaSpecIsValid(), SchemaSpecLogicalToDisplay(), SchemaSpecLogicalToOdbc(), SchemaSpecNormalize(), SchemaSpecSet()
property Source as %String;
This holds the (required) source name
Property methods: SourceDisplayToLogical(), SourceGet(), SourceIsValid(), SourceLogicalToDisplay(), SourceLogicalToOdbc(), SourceNormalize(), SourceSet()

Methods

method GenerateCode(pCompiler As Ens.BPL.Compiler) as %Status
method GenerateXML(pStream As %BinaryStream) as %Status
Inherited description: This generates the common XML attributes for this Activity
method Validate(ByRef pStatus As %Status, pContext As Ens.BPL.ValidationContext) as %Status
Inherited description: Perform a sanity check on the nodes in the parse tree

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab