org.htmlcleaner
Class TagNode.TagNodeAttValueCondition
java.lang.Object
org.htmlcleaner.TagNode.TagNodeAttValueCondition
- All Implemented Interfaces:
- TagNode.ITagNodeCondition
- Enclosing class:
- TagNode
public class TagNode.TagNodeAttValueCondition
- extends Object
- implements TagNode.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 |
TagNode.TagNodeAttValueCondition
public TagNode.TagNodeAttValueCondition(String attName,
String attValue,
boolean isCaseSensitive)
satisfy
public boolean satisfy(TagNode tagNode)
- Specified by:
satisfy
in interface TagNode.ITagNodeCondition
Copyright © 2006-2011. All Rights Reserved.