Package io.sf.carte.doc.style.css.nsac
Interface Condition
- All Known Subinterfaces:
ArgumentCondition
,AttributeCondition
,CombinatorCondition
,LangCondition
,PositionalCondition
,PseudoCondition
public interface Condition
Based on SAC's
Condition
interface by Philippe Le Hegaret.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the type ofCondition
.
-
Method Details
-
getConditionType
Condition.ConditionType getConditionType()Get the type ofCondition
.- Returns:
- the type of condition.
-