private static class Normalizer.Jdk15Normalizer extends Object implements Normalizer.PlatformNormalizer
Modifier and Type | Field and Description |
---|---|
private Method |
method |
private Object |
mode |
Constructor and Description |
---|
Jdk15Normalizer()
Constructor - use Java Reflection to locate the class and method
|
Modifier and Type | Method and Description |
---|---|
String |
normalize(String in)
Normalize a string using the method we found
|
public Jdk15Normalizer() throws Exception
Exception
public String normalize(String in)
normalize
in interface Normalizer.PlatformNormalizer