|
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.HtmlText | +--lava.text.html.HtmlError
Malformed HTML source.
Details: This class represents HTML source that had to be rendered verbatim due to the parser's inability to parse it. At times this may indicate a shortcoming in the parser, but mostly likely it is due to errors in the source HTML. A reasonable browser would probably display this element as regular HTML text. The parser that created this element will attempt to resume normal parsing right after the last character represented by this element.
Method Summary | |
java.lang.String |
toString()
Returns error text. |
Methods inherited from class lava.text.html.HtmlText |
getText, parse |
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 string given in the constructor.
toString
in class HtmlText
|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |