Package org.htmlcleaner
Class ContentNode
java.lang.Object
org.htmlcleaner.BaseTokenImpl
org.htmlcleaner.BaseHtmlNode
org.htmlcleaner.ContentNode
- Direct Known Subclasses:
CData
HTML text token.
-
Field Summary
FieldsFields inherited from class org.htmlcleaner.BaseHtmlNode
parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisBlank()voidserialize(Serializer serializer, Writer writer) toString()Methods inherited from class org.htmlcleaner.BaseHtmlNode
getParent, getSiblings, setParentMethods inherited from class org.htmlcleaner.BaseTokenImpl
getCol, getRow, setCol, setRowMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.htmlcleaner.HtmlNode
getParent, getSiblings, setParent
-
Field Details
-
-
blank
protected final boolean blank
-
-
Constructor Details
-
ContentNode
-
-
Method Details
-
getContent
-
toString
- Overrides:
toStringin classBaseTokenImpl
-
serialize
- Specified by:
serializein interfaceBaseToken- Overrides:
serializein classBaseHtmlNode- Throws:
IOException
-
isBlank
public boolean isBlank()
-