DocBook|Search
Class Reference
%XML.XSLT.CompiledStyleSheet
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%XML] >  [XSLT] >  [CompiledStyleSheet]
Private  Storage  

class %XML.XSLT.CompiledStyleSheet extends %RegisteredObject

Implements an interface to the XSLT CompiledStyleSheet. %XML.XSLT.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 5


Summary

Properties
ParsedSourceHandle

Methods
%%OIDGet %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 ParsedSourceHandleGet


Properties

• property ParsedSourceHandle as %Integer;
This property holds a handle to the parsed source

Methods

• classmethod CreateFromFile(pSource As %String, Output pCompiledStyleSheet As %XML.XSLT.CompiledStyleSheet, pErrorHandler As %XML.XSLT.ErrorHandler = $$$NULLOREF) as %Status
Use this method a create an instance of an %XML.XSLT.CompiledStyleSheet from a file path name.
• classmethod CreateFromStream(pStream As %AbstractStream, Output pCompiledStyleSheet As %XML.XSLT.CompiledStyleSheet, pErrorHandler As %XML.XSLT.ErrorHandler = $$$NULLOREF) as %Status
Use this method to create an instance of an %XML.XSLT.CompiledStyleSheet from a binary stream
• method ParsedSourceHandleGet()
This accesses the parsed source handle which xalan uses to identify the previously parsed source document