Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress C++ API Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::XmlStreamWriter

Group:  Core XML


rwsf::XmlStreamWriterrwsf::XmlWriter

Local Index

Members

Header File

#include rwsf/core/XmlStreamWriter.h

Description

rwsf::XmlStreamWriter implements an rwsf::XmlWriter that uses an std::ostream as a data sink. The class inherits most functions from rwsf::XmlWriter. This class can be constructed on any std::ostream implementation.

Public Constructors

XmlStreamWriter(std::ostream & out);

Public Member Functions

void
flush();
void
writeToSink(const char * textData,
    size_t textLength);
void
writeToSink(char c);


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved. All Rights Reserved. Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. HydraExpress is a trademark of Rogue Wave Software, Inc. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.