de.fh_mannheim.mm.dms.framework.converters
Class TextConverter

java.lang.Object
  extended byde.fh_mannheim.mm.dms.framework.converters.TextConverter
All Implemented Interfaces:
IConverter

public class TextConverter
extends java.lang.Object
implements IConverter

TextConverter is a converter for strings.

Version:
$Revision: 1.2 $
Author:
Jan Löffler, mail@jlsoft.de

Field Summary
static java.lang.String CHARSET
          public declarations
static java.lang.String[] CONV_NEW
           
static java.lang.String[] CONV_OLD
           
 
Constructor Summary
TextConverter()
           
 
Method Summary
static java.lang.StringBuffer parse(java.lang.String strText)
          Parse text.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHARSET

public static final java.lang.String CHARSET
public declarations

See Also:
Constant Field Values

CONV_NEW

public static final java.lang.String[] CONV_NEW

CONV_OLD

public static final java.lang.String[] CONV_OLD
Constructor Detail

TextConverter

public TextConverter()
Method Detail

parse

public static java.lang.StringBuffer parse(java.lang.String strText)
Parse text.

Parameters:
strText - Text
Returns:
plaintext