#include <xml/dom/xmlengoutputstream.h>
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.
See also: RXmlEngDocument::SaveL()
TInt | Close | ( | ) | [pure virtual] |
Closes the output stream.
Returns: 0 if successful or -1 in the case of an error