http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Installation
Build

API Docs
Samples
Programming
Migration
FAQs

Releases
Feedback

PDF Document

Download
Dev Snapshots
CVS Repository
Mail Archive

API Docs for SAX and DOM
 

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

XML256TableTranscoder Class Reference

#include <XML256TableTranscoder.hpp>

Inheritance diagram for XML256TableTranscoder

Collaboration diagram for XML256TableTranscoder:

List of all members.

Public Methods

virtual ~XML256TableTranscoder ()
virtual unsigned int transcodeFrom ( const XMLByte* const srcData , const unsigned int srcCount , XMLCh* const toFill , const unsigned int maxChars , unsigned int& bytesEaten , unsigned char* const charSizes )
virtual unsigned int transcodeTo ( const XMLCh* const srcData , const unsigned int srcCount , XMLByte* const toFill , const unsigned int maxBytes , unsigned int& charsEaten , const UnRepOpts options )
virtual bool canTranscodeTo ( const unsigned int toCheck ) const

Protected Methods

 XML256TableTranscoder ( const XMLCh* const encodingName , const unsigned int blockSize , const XMLCh* const fromTable , const XMLTransService::TransRec* const toTable , const unsigned int toTableSize )
XMLByte xlatOneTo ( const XMLCh toXlat ) const


Constructor & Destructor Documentation

virtual XML256TableTranscoder::~XML256TableTranscoder ( ) [virtual]

XML256TableTranscoder::XML256TableTranscoder ( const XMLCh * const encodingName,
const unsigned int blockSize,
const XMLCh * const fromTable,
const XMLTransService::TransRec * const toTable,
const unsigned int toTableSize ) [protected]


Member Function Documentation

virtual bool XML256TableTranscoder::canTranscodeTo ( unsigned int toCheck ) const [virtual]

Reimplemented from XMLTranscoder.

virtual unsigned int XML256TableTranscoder::transcodeFrom ( const XMLByte * const srcData,
unsigned int srcCount,
XMLCh * const toFill,
unsigned int maxChars,
unsigned int & bytesEaten,
unsigned char * const charSizes ) [virtual]

Reimplemented from XMLTranscoder.

virtual unsigned int XML256TableTranscoder::transcodeTo ( const XMLCh * const srcData,
unsigned int srcCount,
XMLByte * const toFill,
unsigned int maxBytes,
unsigned int & charsEaten,
UnRepOpts options ) [virtual]

Reimplemented from XMLTranscoder.

XMLByte XML256TableTranscoder::xlatOneTo ( const XMLCh toXlat ) const [protected]


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


Copyright © 2000 The Apache Software Foundation. All Rights Reserved.