com.ibm.text
Class Normalizer.Mode

java.lang.Object
  |
  +--com.ibm.text.Normalizer.Mode
Enclosing class:
Normalizer

public static final class Normalizer.Mode
extends java.lang.Object

This class represents the mode of a Normalizer object, i.e. the Unicode Normalization Form of the text that the Normalizer produces. Mode objects are used as arguments to the constructors and setMode method of Normalizer.

Clients cannot create Mode objects directly. Instead, use the predefined constants Normalizer.NO_OP, Normalizer.COMPOSE, Normalizer.COMPOSE_COMPAT, Normalizer.DECOMP, and Normalizer.DECOMP_COMPAT.

See Also:
Normalizer

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright (c) 2001 IBM Corporation and others.