#include <XalanStdOutputStream.hpp>
Inherits XalanOutputStream.
Definition at line 47 of file XalanStdOutputStream.hpp.
typedef std::streamsize XalanStdOutputStream::StreamSizeType |
Definition at line 63 of file XalanStdOutputStream.hpp.
typedef std::ostream XalanStdOutputStream::StreamType |
Definition at line 54 of file XalanStdOutputStream.hpp.
XalanStdOutputStream::XalanStdOutputStream | ( | StreamType & | theOutputStream, | |
MemoryManager & | theManager = XalanMemMgrs::getDefaultXercesMemMgr() | |||
) |
Construct a XalanStdOutputStream instance for output to the standard output device.
theOutputStream | output stream to use |
virtual XalanStdOutputStream::~XalanStdOutputStream | ( | ) | [virtual] |
static XalanStdOutputStream* XalanStdOutputStream::create | ( | StreamType & | theOutputStream, | |
MemoryManager & | theManager | |||
) | [static] |
virtual void XalanStdOutputStream::doFlush | ( | ) | [protected, virtual] |
Flush the stream.
Implements XalanOutputStream.
virtual void XalanStdOutputStream::writeData | ( | const char * | theBuffer, | |
size_type | theBufferLength | |||
) | [protected, virtual] |
Write the data in the buffer.
theBuffer | The data to write | |
theBufferLength | The length of theBuffer. |
Implements XalanOutputStream.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|