Package org.htmlcleaner
Class CData
java.lang.Object
org.htmlcleaner.BaseTokenImpl
org.htmlcleaner.BaseHtmlNode
org.htmlcleaner.ContentNode
org.htmlcleaner.CData
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class org.htmlcleaner.ContentNode
blank, content
Fields inherited from class org.htmlcleaner.BaseHtmlNode
parent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.htmlcleaner.ContentNode
isBlank, serialize
Methods inherited from class org.htmlcleaner.BaseHtmlNode
getParent, getSiblings, setParent
Methods inherited from class org.htmlcleaner.BaseTokenImpl
getCol, getRow, setCol, setRow
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.htmlcleaner.BaseToken
getCol, getRow, serialize, setCol, setRow
Methods inherited from interface org.htmlcleaner.HtmlNode
getParent, getSiblings, setParent
-
Field Details
-
BEGIN_CDATA
- See Also:
-
END_CDATA
- See Also:
-
SAFE_BEGIN_CDATA
- See Also:
-
SAFE_END_CDATA
- See Also:
-
SAFE_BEGIN_CDATA_ALT
- See Also:
-
SAFE_END_CDATA_ALT
- See Also:
-
-
Constructor Details
-
CData
-
-
Method Details
-
getContentWithoutStartAndEndTokens
-
getContent
- Overrides:
getContent
in classContentNode
-
toString
- Overrides:
toString
in classContentNode
-
getContentWithStartAndEndTokens
-