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