Package org.htmlcleaner.conditional
Class TagNodeAttValueCondition
java.lang.Object
org.htmlcleaner.conditional.TagNodeAttValueCondition
- All Implemented Interfaces:
ITagNodeCondition
Checks if node has specified attribute with specified value.
-
Constructor Summary
ConstructorsConstructorDescriptionTagNodeAttValueCondition
(String attName, String attValue, boolean isCaseSensitive) -
Method Summary
-
Constructor Details
-
TagNodeAttValueCondition
-
-
Method Details
-
satisfy
- Specified by:
satisfy
in interfaceITagNodeCondition
-