org.cdlib.xtf.util
Class Normalizer.Jdk16Normalizer

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

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

Normalizer that runs on JDK 1.6 / 6.0 and higher


Field Summary
private  Object form
           
private  Method method
           
 
Constructor Summary
Normalizer.Jdk16Normalizer()
          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

form

private Object form
Constructor Detail

Normalizer.Jdk16Normalizer

public Normalizer.Jdk16Normalizer()
                           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