com.quiotix.html.parser
Class HtmlDocument.Comment

java.lang.Object
  |
  +--com.quiotix.html.parser.HtmlDocument.HtmlElement
        |
        +--com.quiotix.html.parser.HtmlDocument.Comment
Enclosing class:
HtmlDocument

public static class HtmlDocument.Comment
extends HtmlDocument.HtmlElement

HTML comments.


Field Summary
 java.lang.String comment
           
 
Constructor Summary
HtmlDocument.Comment(java.lang.String c)
           
 
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

comment

public java.lang.String comment
Constructor Detail

HtmlDocument.Comment

public HtmlDocument.Comment(java.lang.String c)
Method Detail

accept

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

getLength

public int getLength()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object