- All Superinterfaces:
BooleanConditionFactory
- All Known Implementing Classes:
SupportsConditionFactory
Contains factory methods related to
@supports conditions.-
Method Summary
Modifier and TypeMethodDescriptioncreateFalseCondition(String conditionText) Create a condition that was not recognized by the parser and therefore will never match.createSelectorFunction(SelectorList selectors) Create a selector function.Methods inherited from interface io.sf.carte.doc.style.css.BooleanConditionFactory
createAndCondition, createNotCondition, createOrCondition, createPredicate
-
Method Details
-
createFalseCondition
Create a condition that was not recognized by the parser and therefore will never match.False conditions belong to the
OTHERtype.- Parameters:
conditionText- the condition that was not recognized.- Returns:
- a condition that never matches.
-
createSelectorFunction
Create a selector function.- Parameters:
selectors- the selectors.- Returns:
- the condition.
-