net.sourceforge.schemaspy.util
Class HtmlEncoder

java.lang.Object
  extended by net.sourceforge.schemaspy.util.HtmlEncoder

public class HtmlEncoder
extends Object

Simple (i.e. 'stupid') class that does a simple mapping between HTML characters and their 'encoded' equivalents.

Author:
John Currier

Method Summary
static String encode(char ch)
           
static String encode(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static String encode(char ch)

encode

public static String encode(String str)


Copyright © 2007-2010. All Rights Reserved.