package com.jclark.xsl.conv;

public interface FormatTokenHandler {
  NumberFormat getFormat(String lang, String letterValue);
}
