Package io.sf.carte.doc.style.css.nsac
Interface ArgumentCondition
- All Superinterfaces:
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 TypeMethodDescriptiongetName()
The name of the pseudo-class.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.- Returns:
- the name of the pseudo-class.
-