class %XML.XSLT.StreamAdapter
extends %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 Flags
as %Integer;
This holds Flags
property Prefix
as %String;
This holds the prefix which has to be logically prepended to the XML stream
property Stream
as %RegisteredObject;
This holds the stream object passed to the class constructor
method Read(ByRef pLen)
as %String