|
|||||||||
| 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()
SelectorSelector
getSelectorType in interface Selectorpublic SimpleSelector getSimpleSelector()
ConditionalSelectorThe simple selector can't be a ConditionalSelector.
getSimpleSelector in interface ConditionalSelectorpublic Condition getCondition()
ConditionalSelector
getCondition in interface ConditionalSelectorpublic 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 | ||||||||