Uses of Class
org.htmlcleaner.TagToken
-
-
Uses of TagToken in org.htmlcleaner
Subclasses of TagToken in org.htmlcleaner Modifier and Type Class Description class
EndTagToken
HTML tag end token.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.Fields in org.htmlcleaner declared as TagToken Modifier and Type Field Description private TagToken
HtmlTokenizer. _currentTagToken
-