|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.apache.batik.css.parser.DefaultConditionalSelector
This class provides an implementation of the
ConditionalSelector interface.
| Field Summary | |
|---|---|
protected Condition |
condition
The condition. |
protected SimpleSelector |
simpleSelector
The simple selector. |
| Constructor Summary | |
|---|---|
DefaultConditionalSelector(SimpleSelector s,
Condition c)
Creates a new ConditionalSelector object. |
|
| Method Summary | |
|---|---|
Condition |
getCondition()
SAC: Implements ConditionalSelector.getCondition(). |
short |
getSelectorType()
SAC: Implements Selector.getSelectorType(). |
SimpleSelector |
getSimpleSelector()
SAC: Implements ConditionalSelector.getSimpleSelector(). |
java.lang.String |
toString()
Returns a representation of the selector. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected SimpleSelector simpleSelector
protected Condition condition
| Constructor Detail |
public DefaultConditionalSelector(SimpleSelector s,
Condition c)
| Method Detail |
public short getSelectorType()
Selector.getSelectorType().
getSelectorType in interface Selectorpublic SimpleSelector getSimpleSelector()
ConditionalSelector.getSimpleSelector().
getSimpleSelector in interface ConditionalSelectorpublic Condition getCondition()
ConditionalSelector.getCondition().
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 | |||||||||||