Package org.htmlcleaner
Class TagNode.TagAllCondition
- java.lang.Object
-
- org.htmlcleaner.TagNode.TagAllCondition
-
- All Implemented Interfaces:
TagNode.ITagNodeCondition
- Enclosing class:
- TagNode
public class TagNode.TagAllCondition extends java.lang.Object implements TagNode.ITagNodeCondition
All nodes.
-
-
Constructor Summary
Constructors Constructor Description TagAllCondition()
-
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
-
-