Skip to main content

%XML.XSLT.StreamAdapter

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

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

This class is used to adapt a cache stream into stream that can be readily consumed by the XSLT processor parser

Property Inventory

Method Inventory

Properties

property Flags as %Integer;
This holds Flags
Property methods: FlagsDisplayToLogical(), FlagsGet(), FlagsIsValid(), FlagsLogicalToDisplay(), FlagsNormalize(), FlagsSet()
property Prefix as %String;
This holds the prefix which has to be logically prepended to the XML stream
Property methods: PrefixDisplayToLogical(), PrefixGet(), PrefixIsValid(), PrefixLogicalToDisplay(), PrefixLogicalToOdbc(), PrefixNormalize(), PrefixSet()
property Stream as %RegisteredObject;
This holds the stream object passed to the class constructor
Property methods: StreamGet(), StreamGetSwizzled(), StreamIsValid(), StreamNewObject(), StreamSet()

Methods

method Read(ByRef pLen) as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab