#include <XalanOutputStream.hpp>
Inheritance diagram for XalanOutputStream:
Collaboration diagram for XalanOutputStream:
|
|
|
|
|
|
|
|
|
|
|
Constructor.
|
|
|
|
Determine if a given value can be represented in the output encoding.
|
|
|
|
Flush the stream.
Reimplemented in XalanFileOutputStream, XalanFStreamOutputStream, XalanNullOutputStream, XalanStdOutputStream, and XalanTransformerOutputStream. |
|
Flush the stream's buffer.
|
|
Flush the stream's transcoding buffer, but do not request the implementation class to flush its buffer. . |
|
|
|
Get the string which is appropriate for inserting a line feed in the stream.
|
|
Get the output encoding for the stream.
|
|
Set the flag that indicates whether a transcoding error should throw an exception. The default is to throw an exception. If this flag is false, and and an error occurs transcoding, then data will likely be lost.
|
|
|
|
Write the appropriate newline character(s) to the stream.
|
|
Set the size of the output buffer.
|
|
Set the output encoding for the stream.
|
|
Set the flag that indicates whether a transcoding error should throw an exception. The default is to throw an exception. If this flag is false, and and an error occurs transcoding, then data will likely be lost.
|
|
Transcode a wide string.
|
|
Write a specified number of characters to the output stream. The string will be transcoded, if an output encoding is specified.
|
|
Write a specified number of characters to the output stream. The string will not be transcoded. The caller is responsible for making sure the buffer is flushed before calling this member function.
|
|
Write a null-terminated wide string to the output file. The string will be transcoded, if an output encoding is specified.
|
|
Write a null-terminated string to the output file. The character will not be transcoded. The caller is responsible for making sure the buffer is flushed before calling this member function.
|
|
Write a wide character to the output stream. The character will be transcoded, if an output encoding is specified.
|
|
Write a character to the output stream. The character will not be transcoded.
|
|
Write the data in the buffer.
Reimplemented in XalanFileOutputStream, XalanFStreamOutputStream, XalanNullOutputStream, 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++ XSLT Processor Version 1.10 |
|