Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.6

Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

XalanUTF16Transcoder Class Reference

Inheritance diagram for XalanUTF16Transcoder:

XalanOutputTranscoder List of all members.

Public Member Functions


Constructor & Destructor Documentation

XalanUTF16Transcoder::XalanUTF16Transcoder  )  [explicit]
 

virtual XalanUTF16Transcoder::~XalanUTF16Transcoder  )  [virtual]
 


Member Function Documentation

virtual bool XalanUTF16Transcoder::canTranscodeTo unsigned int  theChar  )  const [virtual]
 

Implements XalanOutputTranscoder.

virtual eCode XalanUTF16Transcoder::transcode const XalanXMLByte theSourceData,
size_t  theSourceCount,
XalanDOMChar theTarget,
size_t  theTargetSize,
size_t &  theSourceCharsTranscoded,
size_t &  theTargetBytesUsed,
unsigned char *  theCharSizes
[virtual]
 

Transcode data from UTF-16 to UTF-16.

Parameters:
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
Returns:
The result code.

Implements XalanOutputTranscoder.

virtual eCode XalanUTF16Transcoder::transcode const XalanDOMChar theSourceData,
size_t  theSourceCount,
XalanXMLByte theTarget,
size_t  theTargetSize,
size_t &  theSourceCharsTranscoded,
size_t &  theTargetBytesUsed
[virtual]
 

Transcode data from UTF-16 to UTF-16.

Parameters:
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
Returns:
The result code.

Implements XalanOutputTranscoder.


The documentation for this class was generated from the following file:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.6
Copyright © 2000, 2001, 2002, 2003 The Apache Software Foundation. All Rights Reserved.