#include <XalanFileOutputStream.hpp>
Inherits XalanOutputStream.
Definition at line 48 of file XalanFileOutputStream.hpp.
typedef FILE* XalanFileOutputStream::HandleType |
Definition at line 57 of file XalanFileOutputStream.hpp.
anonymous enum |
Definition at line 52 of file XalanFileOutputStream.hpp.
XalanFileOutputStream::XalanFileOutputStream | ( | const XalanDOMString & | theFileName, | |
MemoryManager & | theManager, | |||
size_type | theBufferSize = eDefaultBufferSize | |||
) |
Construct an XalanFileOutputStream object.
theFileName | name of file | |
theBufferSize | The size of the transcoding buffer |
virtual XalanFileOutputStream::~XalanFileOutputStream | ( | ) | [virtual] |
static XalanFileOutputStream* XalanFileOutputStream::create | ( | const XalanDOMString & | theFileName, | |
MemoryManager & | theManager, | |||
size_type | theBufferSize = eDefaultBufferSize | |||
) | [static] |
virtual void XalanFileOutputStream::doFlush | ( | ) | [protected, virtual] |
Flush the stream.
Implements XalanOutputStream.
virtual void XalanFileOutputStream::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 |
|