#include <Writer.hpp>
Inheritance diagram for Writer:
|
|
|
Close the stream.
Reimplemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.
|
Flush the stream.
Reimplemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.
|
|
|
Writes a string.
s | string to write |
theOffset | starting offset in string to begin writing, default 0 |
theLength | number of characters to write. If the length is UINT_MAX, then the entire string is printed. Default is UINT_MAX. |
Reimplemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.
|
Writes a character.
c | character to write |
Reimplemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.
|
Writes a string.
s | string to write |
theOffset | starting offset in string to begin writing, default 0 |
theLength | number of characters to write. If the length is UINT_MAX, then the array is assumed to be null-terminated. Default is UINT_MAX. |
Reimplemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.
|
Writes a string.
s | string to write |
theOffset | starting offset in string to begin writing, default 0 |
theLength | number of characters to write. If the length is UINT_MAX, then the array is assumed to be null-terminated. Default is UINT_MAX. |
Reimplemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.
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 |
|