Uses of Class
org.htmlcleaner.TagTransformation
-
Packages that use TagTransformation Package Description org.htmlcleaner -
-
Uses of TagTransformation in org.htmlcleaner
Fields in org.htmlcleaner declared as TagTransformation Modifier and Type Field Description private TagTransformation
CleanerTransformations. globalTransformations
Methods in org.htmlcleaner that return TagTransformation Modifier and Type Method Description TagTransformation
CleanerTransformations. getTransformation(java.lang.String tagName)
Methods in org.htmlcleaner with parameters of type TagTransformation Modifier and Type Method Description void
CleanerTransformations. addTransformation(TagTransformation tagTransformation)
Adds specified tag transformation to the collection.
-