An OutputBuffer implementation that send datas to a std::ostream. More...
#include <libxml++/io/ostreamoutputbuffer.h>
Inherits xmlpp::OutputBuffer.
Public Member Functions | |
OStreamOutputBuffer (std::ostream& output, const Glib::ustring& encoding=Glib::ustring()) | |
virtual | ~OStreamOutputBuffer () |
An OutputBuffer implementation that send datas to a std::ostream.
xmlpp::OStreamOutputBuffer::OStreamOutputBuffer | ( | std::ostream & | output, | |
const Glib::ustring & | encoding = Glib::ustring() | |||
) |
output | The ostream datas will be send to | |
encoding | Charset in which data will be encoded before being sent to the stream |
virtual xmlpp::OStreamOutputBuffer::~OStreamOutputBuffer | ( | ) | [virtual] |