#include <XalanOutputStream.hpp>
Inheritance diagram for XalanOutputStream
Collaboration diagram for XalanOutputStream:
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in XalanFileOutputStream, XalanStdOutputStream, and XalanTransformerOutputStream. |
|
Flush the stream's buffer.
Reimplemented in XalanNullOutputStream. |
|
Get the output encoding for the stream.
|
|
Set the size of the output buffer.
|
|
Set the output encoding for the stream.
|
|
Transcode a wide string.
|
|
Transcode a null-terminated wide string.
|
|
Write a specified number of characters to the output stream. The string will be transcoded, if an output encoding is specified.
Reimplemented in XalanNullOutputStream. |
|
Write a specified number of characters to the output stream. The string will not be transcoded.
Reimplemented in XalanNullOutputStream. |
|
Write a null-terminated wide string to the output file. The string will be transcoded, if an output encoding is specified.
Reimplemented in XalanNullOutputStream. |
|
Write a null-terminated string to the output file. The character will not be transcoded.
Reimplemented in XalanNullOutputStream. |
|
Write a wide character to the output stream. The character will be transcoded, if an output encoding is specified.
Reimplemented in XalanNullOutputStream. |
|
Write a character to the output stream. The character will not be transcoded.
Reimplemented in XalanNullOutputStream. |
|
Reimplemented in XalanFileOutputStream, XalanStdOutputStream, and XalanTransformerOutputStream. |
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSL Transformer Version 1.1 |
|