File: FormatTokenHandler.java

package info (click to toggle)
lib-xt-java 0.19990725-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,224 kB
  • ctags: 2,133
  • sloc: java: 9,665; makefile: 54; xml: 28
file content (5 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (2)
1
2
3
4
5
package com.jclark.xsl.conv;

public interface FormatTokenHandler {
  NumberFormat getFormat(String lang, String letterValue);
}