Uses of Interface
org.htmlcleaner.TagNodeVisitor
-
-
Uses of TagNodeVisitor in org.htmlcleaner
Methods in org.htmlcleaner with parameters of type TagNodeVisitor Modifier and Type Method Description void
TagNode. traverse(TagNodeVisitor visitor)
Traverses the tree and performs visitor's action on each node.private boolean
TagNode. traverseInternally(TagNodeVisitor visitor)
-