- All Superinterfaces:
BooleanCondition
The
selector()
function.
See Conditional Rules
Module Level 4.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.BooleanCondition
BooleanCondition.Type
-
Method Summary
Modifier and TypeMethodDescriptionThe selectors.default BooleanCondition.Type
getType()
The type of condition.Methods inherited from interface io.sf.carte.doc.style.css.BooleanCondition
addCondition, appendMinifiedText, appendText, getNestedCondition, getParentCondition, getSubConditions, replaceLast, setParentCondition
-
Method Details
-
getSelectors
SelectorList getSelectors()The selectors.- Returns:
- the list of selectors.
-
getType
Description copied from interface:BooleanCondition
The type of condition.- Specified by:
getType
in interfaceBooleanCondition
- Returns:
- the condition type.
-