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, setRow
public CommentNode(String content)
public String getCommentedContent()
public String getContent()
public String toString()
toString
in class BaseTokenImpl
public void serialize(Serializer serializer, Writer writer) throws IOException
serialize
in interface BaseToken
IOException
Copyright © 2006–2018. All rights reserved.