Uses of Interface
org.htmlcleaner.TagNodeVisitor
Packages that use TagNodeVisitor
-
Uses of TagNodeVisitor in org.htmlcleaner
Methods in org.htmlcleaner with parameters of type TagNodeVisitorModifier and TypeMethodDescriptionvoid
TagNode.traverse
(TagNodeVisitor visitor) Traverses the tree and performs visitor's action on each node.private boolean
TagNode.traverseInternally
(TagNodeVisitor visitor)