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
XalanStdOutputStream Class Reference
#include <XalanStdOutputStream.hpp>
Inheritance diagram for XalanStdOutputStream
[legend]Collaboration diagram for XalanStdOutputStream:
[legend]List of all members.Public Methods
Protected Methods
- virtual void writeData (const char* theBuffer, unsigned long theBufferLength)
- virtual void doFlush ()
Constructor & Destructor Documentation
XalanStdOutputStream::XalanStdOutputStream (
|
std::ostream & theOutputStream )
|
|
|
Construct a XalanStdOutputStream instance for output to the standard output device.
-
Parameters:
-
theOutputStream
|
output stream to use |
|
virtual XalanStdOutputStream::~XalanStdOutputStream (
|
) [virtual]
|
|
Member Function Documentation
virtual void XalanStdOutputStream::doFlush (
|
) [protected, virtual]
|
|
virtual void XalanStdOutputStream::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.
|
|