Skip to main content

EnsLib.XSLT.TransformationRequest

persistent class EnsLib.XSLT.TransformationRequest extends Ens.Request

SQL Table Name: EnsLib_XSLT.TransformationRequest

Request the transformation of some XML

Property Inventory

Properties

property Content as %Stream.GlobalCharacter;
XML Stream to transform
Property methods: ContentDelete(), ContentGet(), ContentGetObject(), ContentGetObjectId(), ContentGetStored(), ContentGetSwizzled(), ContentIsValid(), ContentNewObject(), ContentOid(), ContentOpen(), ContentSet(), ContentSetObject(), ContentSetObjectId(), ContentUnSwizzle()
property Parameters as array of %String (MAXLEN = 512);
Name/Value pairs to be passed into the XSLT transformation
Property methods: ParametersBuildValueArray(), ParametersCollectionToDisplay(), ParametersCollectionToOdbc(), ParametersDisplayToCollection(), ParametersDisplayToLogical(), ParametersGet(), ParametersGetObject(), ParametersGetObjectId(), ParametersGetStored(), ParametersGetSwizzled(), ParametersIsValid(), ParametersLogicalToDisplay(), ParametersLogicalToOdbc(), ParametersNormalize(), ParametersOdbcToCollection(), ParametersSet(), ParametersSetObject(), ParametersSetObjectId()
property StylesheetKey as %String [ InitialExpression = "DEFAULT" ];
Stylesheet key for the XSL to use
Property methods: StylesheetKeyDisplayToLogical(), StylesheetKeyGet(), StylesheetKeyGetStored(), StylesheetKeyIsValid(), StylesheetKeyLogicalToDisplay(), StylesheetKeyLogicalToOdbc(), StylesheetKeyNormalize(), StylesheetKeySet()

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (Ens.MessageBody)

^Ens.MessageBodyD(ID)
=
%%CLASSNAME

Storage Model: CacheStorage (EnsLib.XSLT.TransformationRequest)

^Ens.MessageBodyD(ID,"Parameters",n)
=
Parameters(n)

Storage Model: CacheStorage (EnsLib.XSLT.TransformationRequest)

^Ens.MessageBodyD(ID,"TransformationRequest")
=
Content
StylesheetKey
FeedbackOpens in a new tab