Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%XML] >  [SAX] >  [StreamAdapter]
Private  Storage   

class %XML.SAX.StreamAdapter extends %RegisteredObject

For details on using this class, see Customizing How the SAX Parser Is Used.

This class is used to adapt a stream into an XML compliant stream that can be readily consumed by the SAX parser.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 2


Summary

Properties
Flags Prefix PrefixLength Stream TestBeginning
index

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
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 PrefixLength as %Integer [ InitialExpression = 0 ];
This holds the length of the calculated prefix
• property Stream as %RawString;
This holds the stream object passed to the class constructor. May be stream, string or 0 (internal buffer).
• property TestBeginning as %Boolean;
This indicates that the beginning of the stream must be checked for UTF-8 BOM without an XML declaration. The BOM will be removed in order to work aorund a Xerces bug.
• property index as %Integer;
Internal index for SOAP global buffer

Methods

• method Read(ByRef pLen) as %String
If there is a prefix then return the prefix, else read from the stream


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.