Uses of Interface
org.htmlcleaner.BaseToken

Uses of BaseToken in org.htmlcleaner
 

Classes in org.htmlcleaner that implement BaseToken
 class CommentNode
          HTML comment token.
 class ContentNode
          HTML text token.
 class DoctypeToken
          HTML doctype token.
 class EndTagToken
          HTML tag end token.
 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).
 



Copyright © 2006-2011. All Rights Reserved.