An in-memory XML stream.
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.