Package org.htmlcleaner.conditional
Class TagNodeInsignificantBrCondition
- java.lang.Object
-
- org.htmlcleaner.conditional.TagNodeInsignificantBrCondition
-
- All Implemented Interfaces:
ITagNodeCondition
public class TagNodeInsignificantBrCondition extends Object implements ITagNodeCondition
Checks if node is an insignificant br tag -- is placed at the end or at the start of a block.- Author:
- Konstantin Burov (aectann@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description TagNodeInsignificantBrCondition()
-
-
-
Method Detail
-
satisfy
public boolean satisfy(TagNode tagNode)
- Specified by:
satisfy
in interfaceITagNodeCondition
-
-