DocBook|Search
Class Reference
%ZEN.Report.Display.xslinclude
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%ZEN] >  [Report] >  [Display] >  [xslinclude]
Private  Storage  

class %ZEN.Report.Display.xslinclude extends node

The <xslinclude> tag provides a mechanism for including external XSLT stylesheets in the PDF report.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 3


Summary

Properties
class composite href htmlstyle
id ifexpression ifxpath includeColIfExpression
includeColIfXPath includeColUnlessExpression includeColUnlessXPath selectstylecond
selectstylelist style stylecall styleparamNames
styleparams tag template unlessexpression
width withinSmallmultiple xmlnamespace xmlnamespaceprefix
xpath xslfostyle

Methods
%%OIDGet %AddToSaveSet %ApplyClass %ApplyLevelParameters
%ClassIsLatestVersion %ClassName %ConstructClone %DeclareLevelParameters
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %DrawToHTML
%DrawToXSLFO %EndLevel %Extends %GetAbsoluteURL
%GetParameter %IsA %IsModified %New
%NormalizeList %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %QuoteValue %QuoteValueEmbedded %QuoteValueL10N
%RemoveFromSaveSet %SerializeObject %SetModified %StyleHTML
%StyleXSLFO %ValidateObject ApplyClass CSPLinkToFileLink
CountSpaces DoDocForHTML GetDocForXSLFO HTMLStyle
OutputId XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType XSLFOStyle insertAxis isCSPLink
needsURL parent processExclamationPoint qualify
tagGet


Properties

• property href as %ZEN.Datatype.uri;
Specifies the location of the external XSLT stylesheet.
Multiple stylesheets can be linked by entering a comma-delimited list.

Methods

• method %DrawToHTML(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream) as %Status
This method outputs the necessary stylesheet information for the HTML report. Every tag should override this method.
• method %DrawToXSLFO(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, ByRef incell As %Boolean) as %Status
This method outputs the necessary stylesheet information for the PDF report. Every tag should override this method.
• method %NormalizeList(list As %String, ByRef array) as %Status