ArcObjects Library Reference (System)  

XMLStream CoClass

An in-memory XML stream.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
ISequentialStream
IStream (esriSystem) Supports reading and writing data to stream objects. Stream objects contain the data in a structured storage object, where storages provide the structure.
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

IXMLReader Interface | IXMLWriter Interface | IXMLSerialize Interface | IXMLStream Interface