Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSL Transformer Version 1.1
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XalanFileOutputStream Class Reference
#include <XalanFileOutputStream.hpp>
Inheritance diagram for XalanFileOutputStream
[legend]Collaboration diagram for XalanFileOutputStream:
[legend]List of all members.Public Types
Public Methods
Protected Methods
- virtual void writeData ( const char* theBuffer, unsigned long theBufferLength)
- virtual void doFlush ()
Member Enumeration Documentation
Constructor & Destructor Documentation
XalanFileOutputStream::XalanFileOutputStream (
|
const XalanDOMString & theFileName,
|
|
unsigned int theBufferSize = eDefaultBufferSize )
|
|
|
Construct an XalanFileOutputStream object.
-
Parameters:
-
theFileName
|
name of file |
theBufferSize
|
The size of the buffer |
|
virtual XalanFileOutputStream::~XalanFileOutputStream (
|
) [virtual]
|
|
Member Function Documentation
virtual void XalanFileOutputStream::doFlush (
|
) [protected, virtual]
|
|
virtual void XalanFileOutputStream::writeData (
|
const char * theBuffer,
|
|
unsigned long theBufferLength ) [protected, virtual]
|
|
The documentation for this class was generated from the following file:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.
|
|