watij.finders
Class TextFinder

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

public class TextFinder
extends BaseFinder
implements Symbol

Created by IntelliJ IDEA. User: Date: Apr 20, 2006 Time: 6:40:55 PM To change this template use File | Settings | File Templates.


Constructor Summary
TextFinder()
           
TextFinder(java.lang.String what)
           
 
Method Summary
 boolean matches(org.w3c.dom.Element element)
           
 Finder newFinder(java.lang.String what)
           
 
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

TextFinder

public TextFinder()

TextFinder

public TextFinder(java.lang.String what)
Method Detail

newFinder

public Finder newFinder(java.lang.String what)
                 throws java.lang.Exception
Specified by:
newFinder in interface Symbol
Throws:
java.lang.Exception

matches

public boolean matches(org.w3c.dom.Element element)
                throws java.lang.Exception
Specified by:
matches in interface Matcher
Throws:
java.lang.Exception