XalanUTF16Transcoder::XalanUTF16Transcoder | ( | MemoryManagerType & | theManager | ) | [explicit] |
virtual XalanUTF16Transcoder::~XalanUTF16Transcoder | ( | ) | [virtual] |
virtual bool XalanUTF16Transcoder::canTranscodeTo | ( | UnicodeCharType | theChar | ) | const [virtual] |
Implements XalanOutputTranscoder.
static XalanUTF16Transcoder* XalanUTF16Transcoder::create | ( | MemoryManagerType & | theManager | ) | [static] |
virtual eCode XalanUTF16Transcoder::transcode | ( | const XalanXMLByte * | theSourceData, | |
size_type | theSourceCount, | |||
XalanDOMChar * | theTarget, | |||
size_type | theTargetSize, | |||
size_type & | theSourceCharsTranscoded, | |||
size_type & | theTargetBytesUsed, | |||
unsigned char * | theCharSizes | |||
) | [virtual] |
Transcode data from UTF-16 to UTF-16.
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 |
Implements XalanOutputTranscoder.
virtual eCode XalanUTF16Transcoder::transcode | ( | const XalanDOMChar * | theSourceData, | |
size_type | theSourceCount, | |||
XalanXMLByte * | theTarget, | |||
size_type | theTargetSize, | |||
size_type & | theSourceCharsTranscoded, | |||
size_type & | theTargetBytesUsed | |||
) | [virtual] |
Transcode data from UTF-16 to UTF-16.
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 |
Implements XalanOutputTranscoder.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|