%XML.XSLT2.CompiledStyleSheet
class %XML.XSLT2.CompiledStyleSheet extends %Library.RegisteredObject
Implements an interface to the XSLT2 CompiledStyleSheet. %XML.XSLT2.CompiledStyleSheet should never be created directly with %New(), but via the CreateFromFile() or CreateFromStream() factory methodsProperty 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 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 %AbstractStream, 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
Inherited Members
Inherited 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()