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 class
BaseHtmlNode
class
CData
class
CommentNode
HTML comment token.class
ContentNode
HTML text token.class
DoctypeToken
HTML doctype token.class
EndTagToken
HTML tag end token.(package private) class
ProxyTagNode
ATagNode
that only really holds whitespace or comments - allows usingContentNode
in places where aTagNode
is expected.private class
Serializer.HeadlessTagNode
Used to implement serialization with missing envelope - omiting open and close tags, just serialize children.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).
-