An OutputBuffer implementation that send datas to a std::ostream.
More...
#include <libxml++/io/ostreamoutputbuffer.h>
|
| OStreamOutputBuffer (std::ostream & output, const Glib::ustring & encoding=Glib::ustring()) |
|
| ~OStreamOutputBuffer () override |
|
| OutputBuffer (const Glib::ustring & encoding=Glib::ustring()) |
|
| ~OutputBuffer () override |
|
const _xmlOutputBuffer * | cobj () const noexcept |
| gives an access to the underlying libxml structure to the children
|
|
_xmlOutputBuffer * | cobj () noexcept |
| gives an access to the underlying libxml structure to the children
|
|
An OutputBuffer implementation that send datas to a std::ostream.
◆ OStreamOutputBuffer()
xmlpp::OStreamOutputBuffer::OStreamOutputBuffer |
( |
std::ostream & | output, |
|
|
const Glib::ustring & | encoding = Glib::ustring() ) |
- Parameters
-
output | The ostream datas will be send to |
encoding | Charset in which data will be encoded before being sent to the stream |
◆ ~OStreamOutputBuffer()
xmlpp::OStreamOutputBuffer::~OStreamOutputBuffer |
( |
| ) |
|
|
override |