Sharkysoft home

lava.text.html
Class HtmlSpecialTag

java.lang.Object
  |
  +--lava.text.html.HtmlComponent
        |
        +--lava.text.html.HtmlSpecialTag
Direct Known Subclasses:
HtmlComment

public class HtmlSpecialTag
extends HtmlComponent

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

toString

public java.lang.String toString()
Returns source text.

Details: toString returns the source HTML text that was parsed to form this instance, verbatim.

Overrides:
toString in class HtmlComponent
Returns:
the text

Sharkysoft home