Uses of Interface
org.htmlcleaner.TagNodeVisitor
-
Packages that use TagNodeVisitor Package Description org.htmlcleaner -
-
Uses of TagNodeVisitor in org.htmlcleaner
Methods in org.htmlcleaner with parameters of type TagNodeVisitor Modifier and Type Method Description voidTagNode. traverse(TagNodeVisitor visitor)Traverses the tree and performs visitor's action on each node.private booleanTagNode. traverseInternally(TagNodeVisitor visitor)
-