Uses of Class
org.htmlcleaner.BaseHtmlNode
Packages that use BaseHtmlNode
-
Uses of BaseHtmlNode in org.htmlcleaner
Subclasses of BaseHtmlNode in org.htmlcleanerModifier and TypeClassDescriptionclass
class
HTML comment token.class
HTML text token.class
HTML doctype token.class
HTML tag end token.class
XML node tag - basic node of the cleaned HTML tree.class
HTML tag token - descendants are start (TagNode) and end token (EndTagToken).