Uses of Class
org.htmlcleaner.BaseHtmlNode
-
Packages that use BaseHtmlNode Package Description org.htmlcleaner -
-
Uses of BaseHtmlNode in org.htmlcleaner
Subclasses of BaseHtmlNode in org.htmlcleaner Modifier and Type Class Description class
CData
class
CommentNode
HTML comment token.class
ContentNode
HTML text token.class
DoctypeToken
HTML doctype token.class
EndTagToken
HTML tag end token.class
TagNode
XML node tag - basic node of the cleaned HTML tree.class
TagToken
HTML tag token - descendants are start (TagNode) and end token (EndTagToken).
-