Package org.htmlcleaner.conditional
Class TagNodeAttExistsCondition
- java.lang.Object
-
- org.htmlcleaner.conditional.TagNodeAttExistsCondition
-
- All Implemented Interfaces:
ITagNodeCondition
public class TagNodeAttExistsCondition extends java.lang.Object implements ITagNodeCondition
Checks if node contains specified attribute.
-
-
Constructor Summary
Constructors Constructor Description TagNodeAttExistsCondition(java.lang.String attName)
-
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
-
-