org.htmlcleaner
Interface TagNodeVisitor


public interface TagNodeVisitor

Defines action to be performed on TagNodes


Method Summary
 boolean visit(TagNode parentNode, HtmlNode htmlNode)
          Action to be performed on single node in the tree
 

Method Detail

visit

boolean visit(TagNode parentNode,
              HtmlNode htmlNode)
Action to be performed on single node in the tree

Parameters:
parentNode - Parent of tagNode
htmlNode - node visited
Returns:
True if tree traversal should be continued, false if it has to stop.


Copyright © 2006-2014. All Rights Reserved.