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