- All Superinterfaces:
- Condition
Based on SAC's 
CombinatorCondition interface by Philippe Le Hegaret.
 Represents two or more chained conditions in a compound selector.
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.sf.carte.doc.style.css.nsac.ConditionCondition.ConditionType
- 
Method SummaryModifier and TypeMethodDescriptiongetCondition(int index) Get the condition at indexindex.The first condition.intGet the number of conditions in this combinator.The second condition.Methods inherited from interface io.sf.carte.doc.style.css.nsac.ConditiongetConditionType
- 
Method Details- 
getFirstConditionCondition getFirstCondition()The first condition.- Returns:
- the first condition.
 
- 
getSecondConditionCondition getSecondCondition()The second condition.- Returns:
- the second condition.
 
- 
getConditionGet the condition at indexindex.- Parameters:
- index- the index. A value of- 0retrieves the first condition.
- Returns:
- the condition.
- Throws:
- ArrayIndexOutOfBoundsException- if the index is invalid.
 
- 
getLengthint getLength()Get the number of conditions in this combinator.- Returns:
- the number of conditions (always two at least).
 
 
-