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(...).

  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.nsac.Condition

    Condition.ConditionType
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the pseudo-class or pseudo-element.
    Get the list of selectors that were supplied as argument.

    Methods inherited from interface io.sf.carte.doc.style.css.nsac.Condition

    getConditionType
  • 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 or pseudo-element.
      Returns:
      the name of the pseudo-class/element.