Xalan-C++ API Documentation

The Xalan-C++ XSL Transformer Version 1.0

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

TextOutputStream Class Reference

#include <TextOutputStream.hpp>

Inheritance diagram for TextOutputStream:

NullTextOutputStream XercesTextOutputStream TextFileOutputStream XercesStdTextOutputStream List of all members.

Public Methods


Detailed Description


Constructor & Destructor Documentation

explicit TextOutputStream::TextOutputStream ()

virtual TextOutputStream::~TextOutputStream () [virtual]


Member Function Documentation

void TextOutputStream::flush () [pure virtual]

Flush the stream's buffer.

Reimplemented in NullTextOutputStream, and XercesTextOutputStream.

void TextOutputStream::write ( const XalanDOMChar * theBuffer,
unsigned long theBufferLength) [pure virtual]

Write a specified number of characters to the output stream.

Parameters:
theBuffer   character buffer to write
theBufferLength   number of characters to write

Reimplemented in NullTextOutputStream, and XercesTextOutputStream.

void TextOutputStream::write ( const char * theBuffer,
unsigned long theBufferLength) [pure virtual]

Write a specified number of characters to the output stream.

Parameters:
theBuffer   character buffer to write
theBufferLength   number of characters to write

Reimplemented in NullTextOutputStream, and XercesTextOutputStream.

void TextOutputStream::write ( const XalanDOMChar * theBuffer) [pure virtual]

Write a null-terminated wide string to the output file.

Parameters:
theBuffer   character buffer to write

Reimplemented in NullTextOutputStream, and XercesTextOutputStream.

void TextOutputStream::write ( const char * theBuffer) [pure virtual]

Write a null-terminated string to the output file.

Parameters:
theBuffer   character buffer to write

Reimplemented in NullTextOutputStream, and XercesTextOutputStream.

void TextOutputStream::write ( XalanDOMChar theChar) [pure virtual]

Write a wide character to the output stream.

Parameters:
theChar   the character to write

Reimplemented in NullTextOutputStream, and XercesTextOutputStream.

void TextOutputStream::write ( char theChar) [pure virtual]

Write a character to the output stream.

Parameters:
theChar   the character to write

Reimplemented in NullTextOutputStream, and XercesTextOutputStream.


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.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.