DocBook|Search
Class Reference
%XML.XSLT.StreamAdapter
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%XML] >  [XSLT] >  [StreamAdapter]
Private  Storage  

class %XML.XSLT.StreamAdapter extends %RegisteredObject

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 2


Summary

Properties
Flags Prefix Stream

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject Read


Properties

• 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

Methods

• method Read(ByRef pLen) as %String