Package org.htmlcleaner
Interface TagNodeVisitor
-
public interface TagNodeVisitor
Defines action to be performed on TagNodes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
visit(TagNode parentNode, HtmlNode htmlNode)
Action to be performed on single node in the tree
-