org.htmlcleaner
Class CommentNode
java.lang.Object
org.htmlcleaner.BaseTokenImpl
org.htmlcleaner.CommentNode
- All Implemented Interfaces:
- BaseToken, HtmlNode
public class CommentNode
- extends BaseTokenImpl
- implements HtmlNode
HTML comment token.
CommentNode
public CommentNode(String content)
getCommentedContent
public String getCommentedContent()
getContent
public String getContent()
toString
public String toString()
- Overrides:
toString
in class BaseTokenImpl
serialize
public void serialize(Serializer serializer,
Writer writer)
throws IOException
- Specified by:
serialize
in interface BaseToken
- Throws:
IOException
Copyright © 2006-2014. All Rights Reserved.