- All Superinterfaces:
Selector
,SimpleSelector
Conditional selector, by Philippe Le Hegaret
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.nsac.Selector
Selector.SelectorType
-
Method Summary
Modifier and TypeMethodDescriptionReturns the condition to be applied on the simple selector.Returns the simple selector.Methods inherited from interface io.sf.carte.doc.style.css.nsac.Selector
getSelectorType
-
Method Details
-
getSimpleSelector
SimpleSelector getSimpleSelector()Returns the simple selector.The simple selector can't be a
ConditionalSelector
.- Returns:
- the simple selector.
-
getCondition
Condition getCondition()Returns the condition to be applied on the simple selector.
-