
| typedef FILE* XalanFileOutputStream::HandleType |
| XalanFileOutputStream::XalanFileOutputStream | ( | const XalanDOMString & | theFileName, | |
| MemoryManagerType & | theManager, | |||
| unsigned int | 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, | |
| MemoryManagerType & | theManager, | |||
| unsigned int | theBufferSize = eDefaultBufferSize | |||
| ) | [static] |
| virtual void XalanFileOutputStream::writeData | ( | const char * | theBuffer, | |
| size_type | theBufferLength | |||
| ) | [protected, virtual] |
| virtual void XalanFileOutputStream::doFlush | ( | ) | [protected, virtual] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|