#include <XalanTranscodingServices.hpp>
|
|
|
OK | |
UnsupportedEncoding | |
InternalFailure | |
SupportFilesNotFound |
|
|
Destroy a transcoder instance.
@theTranscoder The transcoder to destroy.
|
Determine if the encoding name supplied is equivalent to UTF-16.
theEncodingName | The name of the output encoding. |
|
Determine if the encoding name supplied is equivalent to UTF-16.
theEncodingName | The name of the output encoding. |
|
Determine if the encoding name supplied is equivalent to UTF-32.
theEncodingName | The name of the output encoding. |
|
Determine if the encoding name supplied is equivalent to UTF-32.
theEncodingName | The name of the output encoding. |
|
Determine if the encoding name supplied is equivalent to UTF-8.
theEncodingName | The name of the output encoding. |
|
Determine if the encoding name supplied is equivalent to UTF-8.
theEncodingName | The name of the output encoding. |
|
Determine if the output stage can safely skip transcoding by truncating.
theEncoding | The encoding name. |
|
Get the maximum character value for the local code page.
This is now deprecated, since it's impossibly broken.
|
Get the maximum character value for the encoding.
theEncoding | The encoding name. |
|
Get an array 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 array 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++ XSLT Processor Version 1.4 |
|