Class AttributeTransformationPatternImpl

java.lang.Object
org.htmlcleaner.AttributeTransformationPatternImpl
All Implemented Interfaces:
AttributeTransformation

public class AttributeTransformationPatternImpl extends Object implements AttributeTransformation
  • Field Details

    • attNamePattern

      private final Pattern attNamePattern
    • attValuePattern

      private final Pattern attValuePattern
    • template

      private final String template
  • Constructor Details

    • AttributeTransformationPatternImpl

      public AttributeTransformationPatternImpl(Pattern attNamePattern, Pattern attValuePattern, String template)
    • AttributeTransformationPatternImpl

      public AttributeTransformationPatternImpl(String attNamePattern, String attValuePattern, String template)
  • Method Details