Class Reference
%XML.XSLT2.CompiledStyleSheet
Server:appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [%XML] >  [XSLT2] >  [CompiledStyleSheet]
Private  Storage

class %XML.XSLT2.CompiledStyleSheet extends %RegisteredObject

For details on using this class, see Performing XSLT Transformations.

Implements an interface to the XSLT2 CompiledStyleSheet. %XML.XSLT2.CompiledStyleSheet should never be created directly with %New(), but via the CreateFromFile() or CreateFromStream() factory methods

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 4


Summary

Properties
ReleaseOnClose

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
CreateFromFile CreateFromStream ReleaseFromServer


Properties

• property ReleaseOnClose as %Boolean [ InitialExpression = 1 ];

Methods

• classmethod CreateFromFile(source As %String, Output compiledStyleSheet As %XML.XSLT2.CompiledStyleSheet, errorHandler As %XML.XSLT.ErrorHandler = $$$NULLOREF, gateway As %Net.Remote.Gateway = $$$NULLOREF) as %Status
Use this method a create an instance of an %XML.XSLT2.CompiledStyleSheet from a file path name
• classmethod CreateFromStream(stream As %Stream.Object, Output compiledStyleSheet As %XML.XSLT2.CompiledStyleSheet, errorHandler As %XML.XSLT.ErrorHandler = $$$NULLOREF, gateway As %Net.Remote.Gateway = $$$NULLOREF) as %Status
Use this method to create an instance of an %XML.XSLT2.CompiledStyleSheet from a binary stream
• classmethod ReleaseFromServer(compiledStyleSheet As %XML.XSLT2.CompiledStyleSheet, errorHandler As %XML.XSLT.ErrorHandler = $$$NULLOREF, gateway As %Net.Remote.Gateway = $$$NULLOREF) as %Status


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