- All Superinterfaces:
BooleanCondition
- All Known Subinterfaces:
DeclarationCondition
A condition that declares a property name and a value.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.BooleanCondition
BooleanCondition.Type
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
The property name.void
setValue
(LexicalUnit value) Set the@supports
condition property value.Methods inherited from interface io.sf.carte.doc.style.css.BooleanCondition
addCondition, appendMinifiedText, appendText, getNestedCondition, getParentCondition, getSubConditions, getType, replaceLast, setParentCondition
-
Method Details
-
getName
String getName()The property name.- Returns:
- the property name.
-
setValue
Set the@supports
condition property value.- Parameters:
value
- the lexical value.- Throws:
DOMException
- if the value is incompatible with the value being tested with the condition.
-