Xalan-C++ API Documentation
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
NullTextOutputStream Class Reference
#include <NullTextOutputStream.hpp>
Inheritance diagram for NullTextOutputStream:
Collaboration diagram for NullTextOutputStream:
List of all members.
Public Methods
- explicit NullTextOutputStream ()
- virtual ~NullTextOutputStream ()
- virtual void flush ()
- Flush the stream's buffer.
- virtual void write (char theChar)
- Write a character to the output stream. More...
- virtual void write (XalanDOMChar theChar)
- Write a wide character to the output stream. More...
- virtual void write (const XalanDOMChar* theBuffer)
- Write a null-terminated wide string to the output file. More...
- virtual void write (const char* theBuffer)
- Write a null-terminated string to the output file. More...
- virtual void write ( const char* theBuffer, unsigned long theBufferLength)
- Write a specified number of characters to the output stream. More...
- virtual void write ( const XalanDOMChar* theBuffer, unsigned long theBufferLength)
- Write a specified number of characters to the output stream. More...
Detailed Description
Constructor & Destructor Documentation
explicit NullTextOutputStream::NullTextOutputStream () |
|
virtual NullTextOutputStream::~NullTextOutputStream () [virtual] |
|
Member Function Documentation
virtual void NullTextOutputStream::flush () [virtual] |
|
virtual void NullTextOutputStream::write (
|
const XalanDOMChar * theBuffer, |
|
unsigned long theBufferLength) [virtual] |
|
Write a specified number of characters to the output stream.
-
Parameters:
-
theBuffer
|
character buffer to write
|
theBufferLength
|
number of characters to write
|
Reimplemented from TextOutputStream.
virtual void NullTextOutputStream::write (
|
const char * theBuffer, |
|
unsigned long theBufferLength) [virtual] |
|
Write a specified number of characters to the output stream.
-
Parameters:
-
theBuffer
|
character buffer to write
|
theBufferLength
|
number of characters to write
|
Reimplemented from TextOutputStream.
virtual void NullTextOutputStream::write (
|
const char * theBuffer) [virtual] |
|
Write a null-terminated string to the output file.
-
Parameters:
-
theBuffer
|
character buffer to write
|
Reimplemented from TextOutputStream.
virtual void NullTextOutputStream::write (
|
const XalanDOMChar * theBuffer) [virtual] |
|
Write a null-terminated wide string to the output file.
-
Parameters:
-
theBuffer
|
character buffer to write
|
Reimplemented from TextOutputStream.
virtual void NullTextOutputStream::write (
|
XalanDOMChar theChar) [virtual] |
|
Write a wide character to the output stream.
-
Parameters:
-
theChar
|
the character to write
|
Reimplemented from TextOutputStream.
virtual void NullTextOutputStream::write (
|
char theChar) [virtual] |
|
Write a character to the output stream.
-
Parameters:
-
theChar
|
the character to write
|
Reimplemented from TextOutputStream.
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.
|
|