|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.quiotix.html.parser.HtmlDocument.HtmlElement
com.quiotix.html.parser.HtmlDocument.Comment
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 |
public java.lang.String comment
Constructor Detail |
public HtmlDocument.Comment(java.lang.String c)
Method Detail |
public void accept(HtmlVisitor v)
accept
in class HtmlDocument.HtmlElement
public int getLength()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |