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  

XalanNullOutputStream Class Reference

#include <XalanNullOutputStream.hpp>

Inheritance diagram for XalanNullOutputStream

Inheritance graph

[legend]
Collaboration diagram for XalanNullOutputStream:

Collaboration graph

[legend]
List of all members.

Public Methods


Constructor & Destructor Documentation

XalanNullOutputStream::XalanNullOutputStream ( ) [explicit]
 

virtual XalanNullOutputStream::~XalanNullOutputStream ( ) [virtual]
 


Member Function Documentation

virtual void XalanNullOutputStream::flush ( ) [virtual]
 

Flush the stream's buffer.

Reimplemented from XalanOutputStream.

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

Write a specified number of characters to the output stream.

The string will be transcoded, if an output encoding is specified.

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

Reimplemented from XalanOutputStream.

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

Write a specified number of characters to the output stream.

The string will not be transcoded.

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

Reimplemented from XalanOutputStream.

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

Write a null-terminated string to the output file.

The character will not be transcoded.

Parameters:
theBuffer   character buffer to write

Reimplemented from XalanOutputStream.

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

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

The string will be transcoded, if an output encoding is specified.

Parameters:
theBuffer   character buffer to write

Reimplemented from XalanOutputStream.

virtual void XalanNullOutputStream::write ( XalanDOMChar theChar ) [virtual]
 

Write a wide character to the output stream.

The character will be transcoded, if an output encoding is specified.

Parameters:
theChar   the character to write

Reimplemented from XalanOutputStream.

virtual void XalanNullOutputStream::write ( char theChar ) [virtual]
 

Write a character to the output stream.

The character will not be transcoded.

Parameters:
theChar   the character to write

Reimplemented from XalanOutputStream.


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.