org.w3c.flute.parser.selectors
Class ConditionalSelectorImpl

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

public class ConditionalSelectorImpl
extends java.lang.Object


Constructor Summary
ConditionalSelectorImpl(SimpleSelector simpleSelector, Condition condition)
          Creates a new ConditionalSelectorImpl
 
Method Summary
 Condition getCondition()
          Returns the condition to be applied on the simple selector.
 short getSelectorType()
          An integer indicating the type of Selector
 SimpleSelector getSimpleSelector()
          Returns the simple selector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionalSelectorImpl

public ConditionalSelectorImpl(SimpleSelector simpleSelector,
                               Condition condition)
Creates a new ConditionalSelectorImpl

Method Detail

getSelectorType

public short getSelectorType()
An integer indicating the type of Selector


getSimpleSelector

public SimpleSelector getSimpleSelector()
Returns the simple selector.

The simple selector can't be a ConditionalSelector.


getCondition

public Condition getCondition()
Returns the condition to be applied on the simple selector.