Package org.htmlcleaner
Class TagNode.TagNodeNameCondition
- java.lang.Object
-
- org.htmlcleaner.TagNode.TagNodeNameCondition
-
- All Implemented Interfaces:
TagNode.ITagNodeCondition
- Enclosing class:
- TagNode
public class TagNode.TagNodeNameCondition extends java.lang.Object implements TagNode.ITagNodeCondition
Checks if node has specified name.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
-
Constructor Summary
Constructors Constructor Description TagNodeNameCondition(java.lang.String name)
-
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
-
-