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 class
AttributeTransformationPatternImpl
Fields in org.htmlcleaner with type parameters of type AttributeTransformation Modifier and Type Field Description private java.util.List<AttributeTransformation>
TagTransformation. attributePatternTransformations
Methods in org.htmlcleaner with parameters of type AttributeTransformation Modifier and Type Method Description void
TagTransformation. addAttributePatternTransformation(AttributeTransformation attributeTransformation)
void
CleanerTransformations. addGlobalTransformation(AttributeTransformation attributeTransformation)
-