|
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
Parsed HTML element.
Details: This class is the base class for all types of HTML elements that HtmlParser.parse
can return.
Method Summary | |
java.lang.String |
getOriginalSource()
|
abstract java.lang.String |
toString()
Generates string representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String getOriginalSource()
public abstract java.lang.String toString()
Details: toString
returns a string representation of this HTML component. The representation may not be identical to the original HTML source that was parsed to construct this component.
toString
in class java.lang.Object
|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |