org.openmobileis.common.util.StringFormater Class Reference

List of all members.

Detailed Description

Title: OpenMobileIS project source
Description: some facility method to format string.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

Definition at line 40 of file StringFormater.java.

Static Public Member Functions

static String removeAccent (String str)
 remove string accent
static String replaceLinefeedWithBR (String input)
 replace string line feed with HTML tag

static void main (String[] args)
 test method


Member Function Documentation

static String org.openmobileis.common.util.StringFormater.removeAccent ( String  str  )  [static]

remove string accent

Parameters:
str : String to be formated
Returns:
formated string

Definition at line 48 of file StringFormater.java.

Referenced by org.openmobileis.common.util.StringFormater.main().

static String org.openmobileis.common.util.StringFormater.replaceLinefeedWithBR ( String  input  )  [static]

replace string line feed with HTML tag

Parameters:
str : String to be formated
Returns:
formated string

Definition at line 127 of file StringFormater.java.


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:34 2006 for OpenMobileIS by  doxygen 1.5.1-p1