org.w3c.flute.parser.selectors
Class AndConditionImpl

java.lang.Object
  extended by org.w3c.flute.parser.selectors.AndConditionImpl

public class AndConditionImpl
extends java.lang.Object


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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndConditionImpl

public AndConditionImpl(Condition firstCondition,
                        Condition secondCondition)
Creates a new AndConditionImpl

Method Detail

getConditionType

public short getConditionType()
An integer indicating the type of Condition.


getFirstCondition

public Condition getFirstCondition()
Returns the first condition.


getSecondCondition

public Condition getSecondCondition()
Returns the second condition.