%XML.XSLT.StreamAdapter
Class %XML.XSLT.StreamAdapter Extends %RegisteredObject [ System = 3 ]
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
Properties
Stream
Property Stream As %RegisteredObject;
This holds the stream object passed to the class constructor
Prefix
Property Prefix As %String;
This holds the prefix which has to be logically prepended to the XML stream
Flags
Property Flags As %Integer;
This holds Flags
Methods
%OnNew
Method %OnNew(initvalue As %RawString) As %Status [ Private ]
Read
Method Read(ByRef pLen) As %String