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
XalanNullOutputStream Class Reference
#include <XalanNullOutputStream.hpp>
Inheritance diagram for XalanNullOutputStream:
Collaboration diagram for XalanNullOutputStream:
List of all members.
Public Methods
- explicit XalanNullOutputStream ()
- virtual ~XalanNullOutputStream ()
- 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 XalanNullOutputStream::XalanNullOutputStream () |
|
virtual XalanNullOutputStream::~XalanNullOutputStream () [virtual] |
|
Member Function Documentation
virtual void XalanNullOutputStream::flush () [virtual] |
|
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.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.
|
|