watij.finders
Class NameFinder

java.lang.Object
  extended by watij.finders.BaseFinder
      extended by watij.finders.NameFinder
All Implemented Interfaces:
Finder, Matcher

public class NameFinder
extends BaseFinder


Constructor Summary
NameFinder(java.lang.String value)
           
 
Method Summary
 boolean matches(org.w3c.dom.Element element)
           
 
Methods inherited from class watij.finders.BaseFinder
find, find
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameFinder

public NameFinder(java.lang.String value)
Method Detail

matches

public boolean matches(org.w3c.dom.Element element)
                throws java.lang.Exception
Throws:
java.lang.Exception