Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

NullTransliterator Class Reference

A transliterator that leaves text unchanged. More...

#include <nultrans.h>

Inheritance diagram for NullTransliterator:

Transliterator

Public Member Functions

 NullTransliterator ()
 Constructs a transliterator.
virtual ~NullTransliterator ()
 Destructor.
Transliteratorclone (void) const
 Transliterator API.
virtual void handleTransliterate (Replaceable &text, UTransPosition &offset, UBool isIncremental) const
 Implements Transliterator#handleTransliterate.

Static Public Attributes

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

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 Sun May 22 18:45:09 2005 for ICU 2.1 by  doxygen 1.4.2