Skip to main content

%XML.SAX.StreamAdapter

class %XML.SAX.StreamAdapter extends %Library.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.

Property 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 PrefixLength as %Integer [ InitialExpression = 0 ];
This holds the length of the calculated prefix
Property methods: PrefixLengthDisplayToLogical(), PrefixLengthGet(), PrefixLengthIsValid(), PrefixLengthLogicalToDisplay(), PrefixLengthNormalize(), PrefixLengthSet()
property Stream as %RawString;
This holds the stream object passed to the class constructor. May be stream, string or 0 (internal buffer).
Property methods: StreamGet(), StreamIsValid(), StreamSet()
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 methods: TestBeginningDisplayToLogical(), TestBeginningGet(), TestBeginningIsValid(), TestBeginningLogicalToDisplay(), TestBeginningNormalize(), TestBeginningSet()
property index as %Integer;
Internal index for SOAP global buffer
Property methods: indexDisplayToLogical(), indexGet(), indexIsValid(), indexLogicalToDisplay(), indexNormalize(), indexSet()

Methods

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

Inherited Members

Inherited Methods

FeedbackOpens in a new tab