#include <XalanTranscodingServices.hpp>
|
|
|
OK | |
UnsupportedEncoding | |
InternalFailure | |
SupportFilesNotFound |
|
Destroy a transcoder instance.
@theTranscoder The transcoder to destroy.
|
Determine if the encoding name supplied is equuvalent to UTF-16.
theEncodingName | The name of the desired output encoding. |
|
Determine if the encoding name supplied is equuvalent to UTF-16.
theEncodingName | The name of the desired output encoding. |
|
Get a vector that contains any leading bytes that should be written to an XML stream for the specified encoding.
For example, if the encoding is UTF-16, the vector will contain the appropriate byte order mark for the current platform. If there is no prolog for the encoding, or the encoding is unknown, an empty vector is returned.
theEncodingName | The name of the desired output encoding. |
|
Perform static initialization.
See class PlatformSupportInit.
|
Create a transcoder instance for the specified encoding.
theEncodingName | The name of the desired output encoding. |
theResult | The error code. |
theTarget | The target array for storing the transcoded data. |
theBlockSize | The block size the transcoder should use. |
|
Perform static shut down.
See class PlatformSupportInit.
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 |
|