|
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 | +--lava.text.html.HtmlComment
HTML comment.
Details: This class represents comments within HTML source. A comment begins with <--
and ends with -->
.
Method Summary | |
java.lang.String |
toString()
Returns original comment string. |
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 exact string that was parsed from the original HTML source in order to construct this instance, including the opening and closing HTML comment markers.
toString
in class HtmlSpecialTag
|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |