Package org.htmlcleaner
Interface TagNodeVisitor
public interface TagNodeVisitor
Defines action to be performed on TagNodes
-
Method Summary
-
Method Details
-
visit
Action to be performed on single node in the tree- Parameters:
parentNode
- Parent of tagNodehtmlNode
- node visited- Returns:
- True if tree traversal should be continued, false if it has to stop.
-