|
||||||||||
| 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
public static class HtmlDocument.Comment
HTML comments.
| Field Summary | |
|---|---|
java.lang.String |
comment
Note that a Comment starts and ends with two hyphen characters. |
| Constructor Summary | |
|---|---|
HtmlDocument.Comment(java.lang.String c)
Constructor. |
|
| Method Summary | |
|---|---|
void |
accept(HtmlVisitor v)
Allow the Visitor to visit. |
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)
Visitable
accept in interface Visitableaccept in class HtmlDocument.HtmlElementv - the visitor which has come to callpublic int getLength()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||