Skip to main content

%XML.XSLT.CompiledStyleSheet

class %XML.XSLT.CompiledStyleSheet extends %Library.RegisteredObject

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

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

Property Inventory

Method Inventory

Properties

property ParsedSourceHandle as %Integer;
This property holds a handle to the parsed source
Property methods: ParsedSourceHandleDisplayToLogical(), ParsedSourceHandleIsValid(), ParsedSourceHandleLogicalToDisplay(), ParsedSourceHandleNormalize(), ParsedSourceHandleSet()

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

Inherited Members

Inherited Methods

FeedbackOpens in a new tab