watij.finders
Class BaseFinder

java.lang.Object
  extended by watij.finders.BaseFinder
All Implemented Interfaces:
Finder, Matcher
Direct Known Subclasses:
AttributeFinder, NameFinder, TagFinder, TextFinder

public abstract class BaseFinder
extends java.lang.Object
implements Finder, Matcher


Constructor Summary
BaseFinder()
           
 
Method Summary
 java.util.List<org.w3c.dom.Element> find(org.w3c.dom.Element element)
           
 java.util.List<org.w3c.dom.Element> find(java.util.List<org.w3c.dom.Element> elements)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface watij.finders.Matcher
matches
 

Constructor Detail

BaseFinder

public BaseFinder()
Method Detail

find

public java.util.List<org.w3c.dom.Element> find(java.util.List<org.w3c.dom.Element> elements)
                                         throws java.lang.Exception
Specified by:
find in interface Finder
Throws:
java.lang.Exception

find

public java.util.List<org.w3c.dom.Element> find(org.w3c.dom.Element element)
                                         throws java.lang.Exception
Specified by:
find in interface Finder
Throws:
java.lang.Exception