org.w3c.flute.parser.selectors
public class AndConditionImpl extends Object implements CombinatorCondition
Version: $Revision: 1.1.1.1 $
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
.