Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%SOAP] >  [Security] >  [TextElement]
Private  Storage   

class %SOAP.Security.TextElement extends %SOAP.Security.Element

%SOAP.Security.TextElement defines a Security header element which is output from the text string included that is set by its user. The text string must include the element tag as well as all its children.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 3


Summary

Properties
Text

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
SetCanonicalized SetText XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Properties

• property Text as %String;
The text to be output for this element.

Methods

• method SetCanonicalized(document As %XML.Document, nodeid As %String, ByRef PrefixList) as %Status
Set the Text property from specified XML document node as canonicalized text.
document is the document which contains the text to be canonicalized. The document will frequently be set as client.ImportHandler where client is the %SOAP.WebClient subclass.
nodeid is the nodeid of the element and its children to be add to Text property.
For Exclusive XML Canonicalization prefixList is a multidimensional array which specifies the prefixes that are included on the IncludedNamespaces list. prefixList(prefix)="" if the prefix is on the list. If prefixList is = "c14n", then inclusive canonicalization is performed.
• method SetText(document As %XML.Document, nodeid As %String) as %Status
Set the Text property from specified XML document node as the specified text from the document.
document is the document which contains the text to be added. The document will frequently be set as client.ImportHandler where client is the %SOAP.WebClient subclass. nodeid is the nodeid of the element and its children to be add to text property.


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