Package org.htmlcleaner.conditional
Class TagNodeAttValueCondition
- java.lang.Object
-
- org.htmlcleaner.conditional.TagNodeAttValueCondition
-
- All Implemented Interfaces:
ITagNodeCondition
public class TagNodeAttValueCondition extends java.lang.Object implements ITagNodeCondition
Checks if node has specified attribute with specified value.
-
-
Constructor Summary
Constructors Constructor Description TagNodeAttValueCondition(java.lang.String attName, java.lang.String attValue, boolean isCaseSensitive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
satisfy(TagNode tagNode)
-
-
-
Method Detail
-
satisfy
public boolean satisfy(TagNode tagNode)
- Specified by:
satisfy
in interfaceITagNodeCondition
-
-