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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagNodeInsignificantBrCondition
public TagNodeInsignificantBrCondition()
satisfy
public boolean satisfy(TagNode tagNode)
- Specified by:
satisfy
in interface ITagNodeCondition
Copyright © 2006-2014. All Rights Reserved.