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.(package private) classProxyTagNodeATagNodethat only really holds whitespace or comments - allows usingContentNodein places where aTagNodeis expected.private classSerializer.HeadlessTagNodeUsed to implement serialization with missing envelope - omiting open and close tags, just serialize children.classTagNodeXML node tag - basic node of the cleaned HTML tree.classTagTokenHTML tag token - descendants are start (TagNode) and end token (EndTagToken).
-