org.w3c.flute.parser.selectors
public class ConditionalSelectorImpl extends Object implements ConditionalSelector
Version: $Revision: 6653 $
Field Summary | |
---|---|
Condition | condition |
SimpleSelector | simpleSelector |
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.
|
Selector
The simple selector can't be a ConditionalSelector
.