public class CommentNode extends BaseTokenImpl implements HtmlNode
HTML comment token.
| Constructor and Description |
|---|
CommentNode(String content) |
| Modifier and Type | Method and 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.