- All Superinterfaces:
- BooleanConditionFactory
Contains methods related to media query conditions.
- 
Method SummaryModifier and TypeMethodDescriptioncreateMediaTypePredicate(String medium) Create a predicate that contains a medium type.createPredicate(String featureName) Create a operand condition.Methods inherited from interface io.sf.carte.doc.style.css.parser.BooleanConditionFactorycreateAndCondition, createNotCondition, createOrCondition
- 
Method Details- 
createPredicateCreate a operand condition.- Specified by:
- createPredicatein interface- BooleanConditionFactory
- Parameters:
- featureName- the name of the media feature.
- Returns:
- the condition.
 
- 
createMediaTypePredicateCreate a predicate that contains a medium type.- Parameters:
- medium- the medium type.
- Returns:
- the predicate.
 
 
-