Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Hydra Core Library Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::XmlStringWriter

Group:  XML Related


rwsf::XmlStringWriter rwsf::XmlWriter

Local Index

Members

Header File

#include <rwsf/core/XmlStringWriter.h>

Description

Class rwsf::XmlStringWriter implements an rwsf::XmlWriter that uses an std::string as a data sink. This class provides a string buffer based implementation of the rwsf::XmlWriter interface to aid in writing XML content to a string.

The class inherits most functions from rwsf::XmlWriter.

Public Constructor

XmlStringWriter();
XmlStringWriter(size_t s = RWSF_STR_WRITER_BUFFER_SIZE);

Public Destructor

virtual 
~XmlStringWriter();

Public Member Functions

void
flush();
size_t    
getBufferLength () const;
size_t
getLength() const;
std::string
getString() const;
void      
resize(size_t);

See Also

std::string

rwsf::XmlWriter



Previous fileTop of DocumentContentsIndex pageNext file

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