Skip to main content

HS.Util.XSLT1Transformer

class HS.Util.XSLT1Transformer extends %Library.RegisteredObject

Property Inventory

Method Inventory

Properties

property StyleSheets as array of %XML.XSLT.CompiledStyleSheet;
Map of XSL locations to compiled stylesheets
Property methods: StyleSheetsBuildValueArray(), StyleSheetsCollectionToDisplay(), StyleSheetsCollectionToOdbc(), StyleSheetsDisplayToCollection(), StyleSheetsGet(), StyleSheetsGetObject(), StyleSheetsGetObjectId(), StyleSheetsGetSwizzled(), StyleSheetsIsValid(), StyleSheetsOdbcToCollection(), StyleSheetsSet(), StyleSheetsSetObject(), StyleSheetsSetObjectId()

Methods

classmethod CreateStyleSheetFromFile(pFile, ByRef pXSL As %XML.XSLT.CompiledStyleSheet) as %Status
classmethod CreateStyleSheetFromStream(pStream, ByRef pXSL As %XML.XSLT.CompiledStyleSheet) as %Status
method Transform(pInput="", tXSL, ByRef pOutput, ByRef tParams, CallbackHandler, ErrorHandler) as %Status
Transform a string or stream
method TransformFile(pInput="", tXSL, pOutput As %String = "", ByRef tParams, CallbackHandler, ErrorHandler) as %Status
Transform a file

Inherited Members

Inherited Methods

FeedbackOpens in a new tab