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

NullTransliterator Class Reference

A transliterator that leaves text unchanged. More...

#include <nultrans.h>

Inheritance diagram for NullTransliterator::

Transliterator List of all members.

Public Methods

 NullTransliterator ()
 Constructs a transliterator. More...

virtual ~NullTransliterator ()
 Destructor. More...

Transliteratorclone (void) const
 Transliterator API. More...

virtual void handleTransliterate (Replaceable &text, UTransPosition &offset, UBool isIncremental) const
 Implements Transliterator::handleTransliterate. More...


Static Public Attributes

const UChar ID []
 ID for this transliterator. More...

const UChar SHORT_ID []
 ID for this transliterator. More...


Detailed Description

A transliterator that leaves text unchanged.

Author:
Alan Liu
Deprecated:
To be removed after 2002-sep-30; use Transliterator::createInstance factory method

Definition at line 22 of file nultrans.h.


Constructor & Destructor Documentation

NullTransliterator::NullTransliterator   [inline]
 

Constructs a transliterator.

Deprecated:
To be removed after 2002-sep-30.

Definition at line 64 of file nultrans.h.

NullTransliterator::~NullTransliterator   [inline, virtual]
 

Destructor.

Deprecated:
To be removed after 2002-sep-30.

Definition at line 66 of file nultrans.h.


Member Function Documentation

Transliterator* NullTransliterator::clone void    const [virtual]
 

Transliterator API.

Deprecated:
To be removed after 2002-sep-30.

Reimplemented from Transliterator.

virtual void NullTransliterator::handleTransliterate Replaceable   text,
UTransPosition   offset,
UBool    isIncremental
const [virtual]
 

Implements Transliterator::handleTransliterate.

Deprecated:
To be removed after 2002-sep-30.

Reimplemented from Transliterator.


Member Data Documentation

const UChar NullTransliterator::ID[] [static]
 

ID for this transliterator.

Deprecated:
To be removed after 2002-sep-30.

Reimplemented from Transliterator.

Definition at line 30 of file nultrans.h.

const UChar NullTransliterator::SHORT_ID[] [static]
 

ID for this transliterator.

Deprecated:
To be removed after 2002-sep-30.

Definition at line 36 of file nultrans.h.


The documentation for this class was generated from the following file:
Generated on Mon Dec 3 19:00:55 2001 for ICU 2.0 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001