#include <TextOutputStream.hpp>
Inheritance diagram for TextOutputStream:
|
|
|
|
Write a specified number of characters to the output stream.
theBuffer | character buffer to write |
theBufferLength | number of characters to write |
Reimplemented in NullTextOutputStream, and XercesTextOutputStream.
|
Write a specified number of characters to the output stream.
theBuffer | character buffer to write |
theBufferLength | number of characters to write |
Reimplemented in NullTextOutputStream, and XercesTextOutputStream.
|
Write a null-terminated wide string to the output file.
theBuffer | character buffer to write |
Reimplemented in NullTextOutputStream, and XercesTextOutputStream.
|
Write a null-terminated string to the output file.
theBuffer | character buffer to write |
Reimplemented in NullTextOutputStream, and XercesTextOutputStream.
|
Write a wide character to the output stream.
theChar | the character to write |
Reimplemented in NullTextOutputStream, and XercesTextOutputStream.
|
Write a character to the output stream.
theChar | the character to write |
Reimplemented in NullTextOutputStream, and XercesTextOutputStream.
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.0 |
|