Skip to main content

%Net.Remote.Java.XSLTGatewayRequest

Class %Net.Remote.Java.XSLTGatewayRequest Extends %RegisteredObject

Properties

RequestType

Property RequestType As %Integer;

ErrorHandler

Property ErrorHandler As %XML.XSLT.ErrorHandler [ InitialExpression = {$$$NULLOREF} ];

CallbackHandler

Property CallbackHandler As %XML.XSLT.CallbackHandler [ InitialExpression = {$$$NULLOREF} ];

Parameters

Property Parameters As %List [ InitialExpression = {$$$NULLOREF} ];

EntityResolver

Property EntityResolver As %ObjectHandle [ InitialExpression = {$$$NULLOREF} ];

XMLFilePath

Property XMLFilePath As %String;

XSLTFilePath

Property XSLTFilePath As %String;

XMLStream

Property XMLStream As %RawString;

XSLTStream

Property XSLTStream As %RawString;

XMLString

Property XMLString As %String;

CompiledStylesheet

Property CompiledStylesheet As %XML.XSLT2.CompiledStyleSheet [ InitialExpression = {$$$NULLOREF} ];

TargetFilePath

Property TargetFilePath As %String;

NewEvaluateCacheSize

Property NewEvaluateCacheSize As %Integer [ InitialExpression = 0 ];

NewCacheEverythingBoolean

Property NewCacheEverythingBoolean As %Boolean [ InitialExpression = 0 ];

FilterListFunctionCall

Property FilterListFunctionCall As %String;

FilterListArgs

Property FilterListArgs As %List [ InitialExpression = {$$$NULLOREF} ];

EvaluateCacheToLoad

Property EvaluateCacheToLoad As %List [ InitialExpression = {$$$NULLOREF} ];

CompiledPackage

Property CompiledPackage As %XML.XSLT3.CompiledPackage [ InitialExpression = {$$$NULLOREF} ];

CompiledPackages

Property CompiledPackages As %List;

EnableStreaming

Property EnableStreaming As %Boolean [ InitialExpression = 0 ];

XSLTRequestType

Property XSLTRequestType As %String;

CompiledXSLT3Stylesheet

Property CompiledXSLT3Stylesheet As %XML.XSLT3.CompiledStyleSheet [ InitialExpression = {$$$NULLOREF} ];

Options

Property Options As %List [ InitialExpression = {$$$NULLOREF} ];

XMLBaseDir

Property XMLBaseDir As %String;

XSLBaseDir

Property XSLBaseDir As %String;