%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 (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property ReleaseOnClose as %Boolean [ InitialExpression = 1 ];
Property methods: ReleaseOnCloseDisplayToLogical(), ReleaseOnCloseGet(), ReleaseOnCloseIsValid(), ReleaseOnCloseLogicalToDisplay(), ReleaseOnCloseNormalize(), ReleaseOnCloseSet()
Methods (Including Private)
private method %OnClose() as %Status [ Language = objectscript ]
Inherited description: This callback method is invoked by the %Close() method to
provide notification that the current object is being closed.
The return value of this method is ignored.
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 [ Language = objectscript ]
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 [ Language = objectscript ]
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 [ Language = objectscript ]
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()