org.cdlib.xtf.util
Class Normalizer.Jdk15Normalizer

Object
  extended by Normalizer.Jdk15Normalizer
All Implemented Interfaces:
Normalizer.PlatformNormalizer
Enclosing class:
Normalizer

private static class Normalizer.Jdk15Normalizer
extends Object
implements Normalizer.PlatformNormalizer

Normalizer that runs on JDK 1.5 / 5.0


Field Summary
private  Method method
           
private  Object mode
           
 
Constructor Summary
Normalizer.Jdk15Normalizer()
          Constructor - use Java Reflection to locate the class and method
 
Method Summary
 String normalize(String in)
          Normalize a string using the method we found
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

private Method method

mode

private Object mode
Constructor Detail

Normalizer.Jdk15Normalizer

public Normalizer.Jdk15Normalizer()
                           throws Exception
Constructor - use Java Reflection to locate the class and method

Throws:
Exception
Method Detail

normalize

public String normalize(String in)
Normalize a string using the method we found

Specified by:
normalize in interface Normalizer.PlatformNormalizer