org.htmlcleaner.conditional
Class TagNodeAttValueCondition
java.lang.Object
org.htmlcleaner.conditional.TagNodeAttValueCondition
- All Implemented Interfaces:
- ITagNodeCondition
public class TagNodeAttValueCondition
- extends Object
- implements ITagNodeCondition
Checks if node has specified attribute with specified value.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagNodeAttValueCondition
public TagNodeAttValueCondition(String attName,
String attValue,
boolean isCaseSensitive)
satisfy
public boolean satisfy(TagNode tagNode)
- Specified by:
satisfy
in interface ITagNodeCondition
Copyright © 2006-2014. All Rights Reserved.