Link against: xmlengineDOM.lib
#include <xmlengoutputstream.h>
This interface should be implemented by client application when RXmlEngDocument::SaveL() method is used to serialize xml data to stream.
Public Member Functions | |
virtual TInt | Write (const TDesC8 &aBuffer)=0 |
Callback for writing a buffer with data to output stream. | |
virtual TInt | Close ()=0 |
Callback for closing output stream. |
|
Callback for closing output stream.
|
|
Callback for writing a buffer with data to output stream.
|