org.w3c.flute.parser.selectors
public class AndConditionImpl extends Object implements CombinatorCondition
Version: $Revision: 6653 $
| Field Summary | |
|---|---|
| Condition | firstCondition |
| Condition | secondCondition |
| Constructor Summary | |
|---|---|
| AndConditionImpl(Condition firstCondition, Condition secondCondition)
Creates a new AndConditionImpl | |
| Method Summary | |
|---|---|
| short | getConditionType()
An integer indicating the type of Condition. |
| Condition | getFirstCondition()
Returns the first condition. |
| Condition | getSecondCondition()
Returns the second condition. |
Condition.