Uses of Interface
org.htmlcleaner.AttributeTransformation
-
Packages that use AttributeTransformation Package Description org.htmlcleaner -
-
Uses of AttributeTransformation in org.htmlcleaner
Classes in org.htmlcleaner that implement AttributeTransformation Modifier and Type Class Description classAttributeTransformationPatternImplFields in org.htmlcleaner with type parameters of type AttributeTransformation Modifier and Type Field Description private java.util.List<AttributeTransformation>TagTransformation. attributePatternTransformationsMethods in org.htmlcleaner with parameters of type AttributeTransformation Modifier and Type Method Description voidTagTransformation. addAttributePatternTransformation(AttributeTransformation attributeTransformation)voidCleanerTransformations. addGlobalTransformation(AttributeTransformation attributeTransformation)
-