Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

NullTransliterator Class Reference

A transliterator that leaves text unchanged. More...

#include <nultrans.h>

Inheritance diagram for NullTransliterator:

Transliterator

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


Constructor & Destructor Documentation

NullTransliterator::NullTransliterator   [inline]
 

Constructs a transliterator.

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

NullTransliterator::~NullTransliterator   [inline, virtual]
 

Destructor.

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


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.

Implements Transliterator.


Field Documentation

const UChar NullTransliterator::ID[] [static]
 

ID for this transliterator.

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

Reimplemented from Transliterator.

const UChar NullTransliterator::SHORT_ID[] [static]
 

ID for this transliterator.

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


The documentation for this class was generated from the following file:
Generated on Mon Mar 4 23:13:20 2002 for ICU 2.0 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002