com.ibm.icu.text
Interface StringTransform

All Known Implementing Classes:
RuleBasedTransliterator, Transliterator

public interface StringTransform

Provide a base class for Transforms that focuses just on the transformation of the text. APIs that take Transliterator, but only depend on the text transformation should use this interface in the API instead.

Author:
markdavis
Status:
Draft ICU 3.8.

Method Summary
 java.lang.String transform(java.lang.String source)
          Transform the text in some way, to be determined by the subclass.
 

Method Detail

transform

java.lang.String transform(java.lang.String source)
Transform the text in some way, to be determined by the subclass.

Parameters:
source - text to be transformed (eg lowercased)
Returns:
result
Status:
Draft ICU 3.8.


Copyright (c) 2007 IBM Corporation and others.