|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 Selector
public SimpleSelector getSimpleSelector()
ConditionalSelector.getSimpleSelector()
.
getSimpleSelector
in interface ConditionalSelector
public Condition getCondition()
ConditionalSelector.getCondition()
.
getCondition
in interface ConditionalSelector
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |