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 classCDataclassCommentNodeHTML comment token.classContentNodeHTML text token.classDoctypeTokenHTML doctype token.classEndTagTokenHTML tag end token.classTagNodeXML node tag - basic node of the cleaned HTML tree.classTagTokenHTML tag token - descendants are start (TagNode) and end token (EndTagToken).
-