Package org.htmlcleaner
Class AttributeTransformationPatternImpl
java.lang.Object
org.htmlcleaner.AttributeTransformationPatternImpl
- All Implemented Interfaces:
AttributeTransformation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAttributeTransformationPatternImpl
(String attNamePattern, String attValuePattern, String template) AttributeTransformationPatternImpl
(Pattern attNamePattern, Pattern attValuePattern, String template) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
attNamePattern
-
attValuePattern
-
template
-
-
Constructor Details
-
AttributeTransformationPatternImpl
-
AttributeTransformationPatternImpl
-
-
Method Details
-
satisfy
- Specified by:
satisfy
in interfaceAttributeTransformation
-
getTemplate
- Specified by:
getTemplate
in interfaceAttributeTransformation
- Returns:
- the template
-