class MXmlEngOutputStream |
Provides an interface for writing serialized XML data to a stream. This interface should be implemented by client applications when the RXmlEngDocument::SaveL() method is used to serialize XML data to a stream.
No ownership is transferred by RXmlEngDocument::SaveL(), thus an object of the implementing class should be freed after use.
TInt | Write | ( | const TDesC8 & | aBuffer | ) | [pure virtual] |
Writes the specified buffer to the output stream.
const TDesC8 & aBuffer | The data to write |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.