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 TagTransformationCleanerTransformations. globalTransformationsMethods in org.htmlcleaner that return TagTransformation Modifier and Type Method Description TagTransformationCleanerTransformations. getTransformation(java.lang.String tagName)Methods in org.htmlcleaner with parameters of type TagTransformation Modifier and Type Method Description voidCleanerTransformations. addTransformation(TagTransformation tagTransformation)Adds specified tag transformation to the collection.
-