Skip to main content
AskMe (beta)

%XML.XSLT3.CompiledPackage

class %XML.XSLT3.CompiledPackage extends %Library.RegisteredObject

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

Property Inventory

Method Inventory

Properties

property ReleaseOnClose as %Boolean [ InitialExpression = 1 ];
Property methods: ReleaseOnCloseDisplayToLogical(), ReleaseOnCloseGet(), ReleaseOnCloseIsValid(), ReleaseOnCloseLogicalToDisplay(), ReleaseOnCloseNormalize(), ReleaseOnCloseSet()

Methods

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

Inherited Members

Inherited Methods

FeedbackOpens in a new tab