This document is archived and information here might be outdated.  Recommended version.


XMLStream Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Classes > X > XMLStream Class
ArcGIS Developer Help

XMLStreamClass Class

An in-memory XML stream.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IStream
IXMLStream Provides access to members that control an in-memory XML stream.

Remarks

Use the XMLStream coclass when you wish to provide access to members that control an in-memory XML stream. XMLStream is a wrapper on a memory blob stream and would be useful when documents are small.  XMLWriter and XMLReader should be used with XMLStream in order to write and read the stream.


See the IXMLStream interface for more on getting information about streaming of objects.

See Also

IXMLWriter Interface | IXMLStream Interface | IXMLReader Interface | IXMLSerialize Interface