Interface ArgumentCondition

All Superinterfaces:
Condition

public interface ArgumentCondition extends Condition
A condition is applied to a list of selectors that is supplied as an argument to the selector name.

Represents selectors like :has(...) and :not(...).

  • Method Details

    • getSelectors

      SelectorList getSelectors()
      Get the list of selectors that were supplied as argument.
      Returns:
      the list of argument selectors.
    • getName

      String getName()
      The name of the pseudo-class.
      Returns:
      the name of the pseudo-class.