|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--lava.text.html.HtmlComponent | +--lava.text.html.HtmlSpecialTag
Unusual HTML tag.
Details: This class is reserved as the base class for unusual tags and other types of elements which cannot be classified as "normal" HTML tags.
Method Summary | |
java.lang.String |
toString()
Returns source text. |
Methods inherited from class lava.text.html.HtmlComponent |
getOriginalSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String toString()
Details: toString
returns the source HTML text that was parsed to form this instance, verbatim.
toString
in class HtmlComponent
|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |