com.quiotix.html.parser
Class HtmlDocument.Text

java.lang.Object
  extended bycom.quiotix.html.parser.HtmlDocument.HtmlElement
      extended bycom.quiotix.html.parser.HtmlDocument.Text
Enclosing class:
HtmlDocument

public static class HtmlDocument.Text
extends HtmlDocument.HtmlElement

Plain text


Field Summary
 java.lang.String text
           
 
Constructor Summary
HtmlDocument.Text(java.lang.String t)
           
 
Method Summary
 void accept(HtmlVisitor v)
           
 int getLength()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

public java.lang.String text
Constructor Detail

HtmlDocument.Text

public HtmlDocument.Text(java.lang.String t)
Method Detail

accept

public void accept(HtmlVisitor v)
Specified by:
accept in class HtmlDocument.HtmlElement

getLength

public int getLength()

toString

public java.lang.String toString()