org.apache.batik.css.parser
public class DefaultConditionalSelector extends Object implements ConditionalSelector
| 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 org.w3c.css.sac.ConditionalSelector#getCondition(). |
| short | getSelectorType()
SAC: Implements org.w3c.css.sac.Selector#getSelectorType(). |
| SimpleSelector | getSimpleSelector()
SAC: Implements org.w3c.css.sac.ConditionalSelector#getSimpleSelector(). |
| String | toString()
Returns a representation of the selector. |