public class DefaultConditionalSelector
extends java.lang.Object
org.w3c.css.sac.ConditionalSelector interface.| Modifier and Type | Field and Description |
|---|---|
protected Condition |
condition
The condition.
|
protected SimpleSelector |
simpleSelector
The simple selector.
|
| Constructor and Description |
|---|
DefaultConditionalSelector(SimpleSelector s,
Condition c)
Creates a new ConditionalSelector object.
|
| Modifier and Type | Method and Description |
|---|---|
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(). |
java.lang.String |
toString()
Returns a representation of the selector.
|
protected SimpleSelector simpleSelector
protected Condition condition
public DefaultConditionalSelector(SimpleSelector s,
Condition c)
public short getSelectorType()
org.w3c.css.sac.Selector#getSelectorType().public SimpleSelector getSimpleSelector()
org.w3c.css.sac.ConditionalSelector#getSimpleSelector().public Condition getCondition()
org.w3c.css.sac.ConditionalSelector#getCondition().public java.lang.String toString()
toString in class java.lang.ObjectCopyright ? 2009 Apache Software Foundation. All Rights Reserved.