org.openqa.selenium.internal
Class ValueFilterFunction

java.lang.Object
  extended by org.openqa.selenium.internal.BaseFilterFunction
      extended by org.openqa.selenium.internal.ValueFilterFunction
All Implemented Interfaces:
FilterFunction

public class ValueFilterFunction
extends BaseFilterFunction


Constructor Summary
ValueFilterFunction()
           
 
Method Summary
protected  boolean shouldAdd(WebElement element, java.lang.String filterValue)
           
 
Methods inherited from class org.openqa.selenium.internal.BaseFilterFunction
filterElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueFilterFunction

public ValueFilterFunction()
Method Detail

shouldAdd

protected boolean shouldAdd(WebElement element,
                            java.lang.String filterValue)
Specified by:
shouldAdd in class BaseFilterFunction


Copyright © 2009. All Rights Reserved.