%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 parserProperty 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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()