Xalan-C++ API Documentation

The Xalan C++ XSL Transformer Version 1.1

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XalanOutputTranscoder Class Reference

#include <XalanTranscodingServices.hpp>

Inheritance diagram for XalanOutputTranscoder

Inheritance graph

[legend]
List of all members.

Public Types

Public Methods


Member Typedef Documentation

typedef XalanTranscodingServices::XalanXMLByte XalanOutputTranscoder::XalanXMLByte
 

typedef XalanTranscodingServices::eCode XalanOutputTranscoder::eCode
 


Constructor & Destructor Documentation

XalanOutputTranscoder::XalanOutputTranscoder ( ) [explicit]
 

virtual XalanOutputTranscoder::~XalanOutputTranscoder ( ) [virtual]
 


Member Function Documentation

eCode XalanOutputTranscoder::transcode ( const XalanDOMChar * theSourceData,
unsigned int theSourceCount,
XalanXMLByte * theTarget,
unsigned int theTargetSize,
unsigned int & theSourceCharsTranscoded,
unsigned int & theTargetBytesUsed ) [pure virtual]
 

Transcode data from UTF-16 to the transcoder's encoding.

If successfull, theResult will be set to OK. If not, it will be set to one of the other codes.

Parameters:
theSourceData   The source data to transcode
theSourceCount   The length of the source data.
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.

Reimplemented in XalanToXercesTranscoderWrapper, and XalanUTF16Transcoder.


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++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.