Interface ElementSelector


  • public interface ElementSelector
    Interface for defining element selections. Element selectors are useful when an operation needs to be performed on a selection of Elements depending on some criterion. In such cases, the operation will be performed only if the provided selector returns true for that particular Element.
    Since:
    1.8RC2
    Version:
    $Id: 825433b7d7196178d7d4e0f4cfe117eba4787d2e $
    • Method Detail

      • isSelected

        boolean isSelected​(Element element)
        Parameters:
        element - the Element against which the criterion is evaluated.
        Returns:
        true if this particular element should be selected.