|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3c.flute.parser.selectors.ConditionalSelectorImpl
public class ConditionalSelectorImpl
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 |
---|
public ConditionalSelectorImpl(SimpleSelector simpleSelector, Condition condition)
Method Detail |
---|
public short getSelectorType()
Selector
public SimpleSelector getSimpleSelector()
The simple selector can't be a ConditionalSelector
.
public Condition getCondition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |