public class CommentNode extends BaseTokenImpl implements HtmlNode
HTML comment token.
| Constructor | Description |
|---|---|
CommentNode(String content) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCommentedContent() |
|
String |
getContent() |
|
void |
serialize(Serializer serializer,
Writer writer) |
|
String |
toString() |
getCol, getRow, setCol, setRowpublic CommentNode(String content)
public String getCommentedContent()
public String getContent()
public String toString()
toString in class BaseTokenImplpublic void serialize(Serializer serializer, Writer writer) throws IOException
serialize in interface BaseTokenIOExceptionCopyright © 2006–2018. All rights reserved.