org.w3c.flute.parser.selectors
Class ConditionalSelectorImpl
java.lang.Object
org.w3c.flute.parser.selectors.ConditionalSelectorImpl
- ConditionalSelector
public class ConditionalSelectorImpl
extends java.lang.Object
implements ConditionalSelector
ConditionalSelectorImpl
public ConditionalSelectorImpl(SimpleSelector simpleSelector,
Condition condition)
Creates a new ConditionalSelectorImpl
getCondition
public Condition getCondition()
Returns the condition to be applied on the simple selector.
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
.