sidekick.html.parser.html
Class HtmlDocument.JspComment
java.lang.Object
sidekick.html.parser.html.HtmlDocument.HtmlElement
sidekick.html.parser.html.HtmlDocument.JspComment
- All Implemented Interfaces:
- sidekick.util.SideKickElement
- Enclosing class:
- HtmlDocument
public static class HtmlDocument.JspComment
- extends HtmlDocument.HtmlElement
JSP comments. These are not displayed in HtmlSideKick -- at least, not
currently. It might be an option later on.
|
Field Summary |
java.lang.String |
comment
|
| Methods inherited from class sidekick.html.parser.html.HtmlDocument.HtmlElement |
equals, getEndLocation, getEndPosition, getStartLocation, getStartPosition, setEndLocation, setEndLocation, setEndPosition, setStartLocation, setStartLocation, setStartPosition, toLongString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
comment
public java.lang.String comment
HtmlDocument.JspComment
public HtmlDocument.JspComment(java.lang.String c)
accept
public void accept(HtmlVisitor v)
- Specified by:
accept in class HtmlDocument.HtmlElement
getLength
public int getLength()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object