Package org.htmlcleaner
Class TagNode.TagNodeAttExistsCondition
- java.lang.Object
-
- org.htmlcleaner.TagNode.TagNodeAttExistsCondition
-
- All Implemented Interfaces:
TagNode.ITagNodeCondition
- Enclosing class:
- TagNode
public class TagNode.TagNodeAttExistsCondition extends java.lang.Object implements TagNode.ITagNodeCondition
Checks if node contains specified attribute.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
attName
-
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 interfaceTagNode.ITagNodeCondition
-
-