Uses of Class
org.htmlcleaner.BaseTokenImpl
Packages that use BaseTokenImpl
-
Uses of BaseTokenImpl in org.htmlcleaner
Subclasses of BaseTokenImpl in org.htmlcleanerModifier and TypeClassDescriptionclass
class
class
HTML comment token.class
HTML text token.class
HTML doctype token.class
HTML tag end token.(package private) class
ATagNode
that only really holds whitespace or comments - allows usingContentNode
in places where aTagNode
is expected.private class
Used to implement serialization with missing envelope - omiting open and close tags, just serialize children.class
XML node tag - basic node of the cleaned HTML tree.class
HTML tag token - descendants are start (TagNode) and end token (EndTagToken).