org.openqa.selenium.internal
Class NameFilterFunction

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

public class NameFilterFunction
extends BaseFilterFunction


Constructor Summary
NameFilterFunction()
           
 
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

NameFilterFunction

public NameFilterFunction()
Method Detail

shouldAdd

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


Copyright © 2009. All Rights Reserved.