genealogy.utils
Class StringFormat

java.lang.Object
  |
  +--genealogy.utils.StringFormat

public class StringFormat
extends java.lang.Object


Constructor Summary
StringFormat()
           
 
Method Summary
static java.lang.String toHTMLString(java.lang.String in)
          Format String to be printable. (
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

StringFormat

public StringFormat()
Method Detail

toHTMLString

public static java.lang.String toHTMLString(java.lang.String in)
Format String to be printable. ( < --> < > --> > ....)
Parameters:
in - String to be formatted.
Returns:
formatted String.