com.ibm.icu.text
Interface Transliterator.Factory

Enclosing interface:
Transliterator

public static interface Transliterator.Factory

The factory interface for transliterators. Transliterator subclasses can register factory objects for IDs using the registerFactory() method of Transliterator. When invoked, the factory object will be passed the ID being instantiated. This makes it possible to register one factory method to more than one ID, or for a factory method to parameterize its result based on the variant.

Status:
Stable ICU 2.0.

Method Summary
 Transliterator getInstance(java.lang.String ID)
          Return a transliterator for the given ID.
 

Method Detail

getInstance

public Transliterator getInstance(java.lang.String ID)
Return a transliterator for the given ID.

Status:
Stable ICU 2.0.


Copyright (c) 2006 IBM Corporation and others.