Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%XML.XSLT.StreamAdapter

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

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