Interface PseudoCondition

All Superinterfaces:
Condition

public interface PseudoCondition extends Condition
A Condition for a pseudo-class or pseudo-element.
  • 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
    If this condition represents a pseudo-class with an argument (in parentheses), it returns the argument.
    The name of this pseudo-class or pseudo-element.

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

    getConditionType
  • Method Details

    • getName

      String getName()
      The name of this pseudo-class or pseudo-element.
      Returns:
      the name of this pseudo-class or pseudo-element.
    • getArgument

      String getArgument()
      If this condition represents a pseudo-class with an argument (in parentheses), it returns the argument.
      Returns:
      the argument of the pseudo-class.