org.htmlcleaner.conditional
Class TagNodeAttValueCondition

java.lang.Object
  extended by org.htmlcleaner.conditional.TagNodeAttValueCondition
All Implemented Interfaces:
ITagNodeCondition

public class TagNodeAttValueCondition
extends Object
implements ITagNodeCondition

Checks if node has specified attribute with specified value.


Constructor Summary
TagNodeAttValueCondition(String attName, String attValue, boolean isCaseSensitive)
           
 
Method Summary
 boolean satisfy(TagNode tagNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagNodeAttValueCondition

public TagNodeAttValueCondition(String attName,
                                String attValue,
                                boolean isCaseSensitive)
Method Detail

satisfy

public boolean satisfy(TagNode tagNode)
Specified by:
satisfy in interface ITagNodeCondition


Copyright © 2006-2014. All Rights Reserved.