|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steadystate.css.parser.selectors.ConditionalSelectorImpl
public class ConditionalSelectorImpl
Field Summary |
---|
Constructor Summary | |
---|---|
ConditionalSelectorImpl(SimpleSelector simpleSelector,
Condition condition)
|
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. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConditionalSelectorImpl(SimpleSelector simpleSelector, Condition condition)
Method Detail |
---|
public short getSelectorType()
Selector
Selector
getSelectorType
in interface Selector
public SimpleSelector getSimpleSelector()
ConditionalSelector
The simple selector can't be a ConditionalSelector
.
getSimpleSelector
in interface ConditionalSelector
public Condition getCondition()
ConditionalSelector
getCondition
in interface ConditionalSelector
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |