org.htmlcleaner
Class TagNode.TagNodeNameCondition

java.lang.Object
  extended by org.htmlcleaner.TagNode.TagNodeNameCondition
All Implemented Interfaces:
TagNode.ITagNodeCondition
Enclosing class:
TagNode

public class TagNode.TagNodeNameCondition
extends Object
implements TagNode.ITagNodeCondition

Checks if node has specified name.


Constructor Summary
TagNode.TagNodeNameCondition(String name)
           
 
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

TagNode.TagNodeNameCondition

public TagNode.TagNodeNameCondition(String name)
Method Detail

satisfy

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


Copyright © 2006-2011. All Rights Reserved.