Uses of Class
org.htmlcleaner.BaseTokenImpl
-
Packages that use BaseTokenImpl Package Description org.htmlcleaner -
-
Uses of BaseTokenImpl in org.htmlcleaner
Subclasses of BaseTokenImpl in org.htmlcleaner Modifier and Type Class Description classBaseHtmlNodeclassCDataclassCommentNodeHTML 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).
-