#include <XalanUTF16Transcoder.hpp>
Inheritance diagram for XalanUTF16Transcoder:

Collaboration diagram for XalanUTF16Transcoder:

|
|
|
Transcode data from UTF-16 to UTF-16.
Used for the time being, because, on some platforms, we store UTF-16 in 4-byte wchar_t.
| theSourceData | The source data to transcode |
| theSourceCount | The length of the source data. |
| theResult | The error code, if any. |
| theTarget | The target array for storing the transcoded data. |
| theTargetSize | The number of characters that can be stored in the target. |
| theSourceCharsTranscoded | The count of the source characters that were transcoded. |
| theTargetBytesUsed | The number of characters stored in the target array |
Reimplemented from XalanOutputTranscoder.
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 |
|
|