org.htmlcleaner.conditional
Class TagNodeAttExistsCondition

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

public class TagNodeAttExistsCondition
extends Object
implements ITagNodeCondition

Checks if node contains specified attribute.


Constructor Summary
TagNodeAttExistsCondition(String attName)
           
 
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

TagNodeAttExistsCondition

public TagNodeAttExistsCondition(String attName)
Method Detail

satisfy

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


Copyright © 2006-2014. All Rights Reserved.