org.htmlcleaner
Class ContentNode
java.lang.Object
org.htmlcleaner.BaseTokenImpl
org.htmlcleaner.ContentNode
- All Implemented Interfaces:
- BaseToken, HtmlNode
- Direct Known Subclasses:
- CData
public class ContentNode
- extends BaseTokenImpl
- implements HtmlNode
HTML text token.
content
protected final String content
blank
protected final boolean blank
ContentNode
public ContentNode(String content)
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
isBlank
public boolean isBlank()
Copyright © 2006-2014. All Rights Reserved.