All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.strandberg.html.HTMLString

java.lang.Object
   |
   +----net.strandberg.html.HTMLString

public class HTMLString
extends Object
implements HTMLItem
The class HTMLString is used to represent a string that contains HTML code. The string is not in any way changed; the method toHTML will return exactly the same string as was given in the constructor.

Version:
$Revision: 0.1 $
Author:
Mats Strandberg

Constructor Index

 o HTMLString(String)
 o HTMLString(String, boolean)

Method Index

 o toHTML()

Constructors

 o HTMLString
 public HTMLString(String str)
 o HTMLString
 public HTMLString(String str,
                   boolean asTableItem)

Methods

 o toHTML
 public String toHTML()

All Packages  Class Hierarchy  This Package  Previous  Next  Index