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
-
HTMLString(String)
-
-
HTMLString(String, boolean)
-
-
toHTML()
-
HTMLString
public HTMLString(String str)
HTMLString
public HTMLString(String str,
boolean asTableItem)
toHTML
public String toHTML()
All Packages Class Hierarchy This Package Previous Next Index