Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [Ens] >  [BPL] >  [XPATH]
Private  Storage   

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

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 4


Summary

Properties
ActivityID Annotation Context Disabled
Expression LanguageOverride Name Parent
PrefixMappings Property SchemaSpec Source
XEnd XPos YEnd YPos

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
DisabledGet DisplayName GenerateAnnotation GenerateCode
GenerateXML NormalizeAttribute Validate


Properties

• 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

Methods

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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.