|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.converter.AbstractConverter<S,T>
org.databene.commons.converter.ThreadSafeConverter<java.lang.String,java.lang.String>
org.databene.text.DelocalizingConverter
public class DelocalizingConverter
Delocalizes a String bye replacing local characters by international latin characters.
For example the umlaut 'ä' is replaced with 'ae'.
Created: 12.06.2006 18:53:55
| Field Summary |
|---|
| Fields inherited from class org.databene.commons.converter.AbstractConverter |
|---|
sourceType, targetType |
| Constructor Summary | |
|---|---|
DelocalizingConverter()
Default constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
convert(java.lang.String source)
Implementation of the Converter interface. |
| Methods inherited from class org.databene.commons.converter.ThreadSafeConverter |
|---|
clone, isParallelizable, isThreadSafe |
| Methods inherited from class org.databene.commons.converter.AbstractConverter |
|---|
getSourceType, getTargetType |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelocalizingConverter()
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public java.lang.String convert(java.lang.String source)
source - the object to convert
Converter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||