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 BaseHtmlNode
parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisBlank()voidserialize(Serializer serializer, Writer writer) toString()Methods inherited from class BaseHtmlNode
getParent, getSiblings, setParentMethods inherited from class BaseTokenImpl
getCol, getRow, setCol, setRowMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface 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()
-