com.meterware.httpunit
Interface HTMLElementPredicate


public interface HTMLElementPredicate

An interface which can be used to define matching criteria for an HTML element. It can be passed to methods such as WebRequest.getMatchingLink to define arbitrary matching criteria for web links.

Author:
Russell Gold

Method Summary
 boolean matchesCriteria(java.lang.Object htmlElement, java.lang.Object criteria)
           
 

Method Detail

matchesCriteria

public boolean matchesCriteria(java.lang.Object htmlElement,
                               java.lang.Object criteria)

Copyright © 2000-2008 Russell Gold. See license agreement for rights granted.