public abstract class AbstractCombinatorCondition extends Object
org.w3c.css.sac.CombinatorCondition
interface.Modifier and Type | Field and Description |
---|---|
protected Condition |
firstCondition
The first condition.
|
protected Condition |
secondCondition
The second condition.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractCombinatorCondition(Condition c1,
Condition c2)
Creates a new CombinatorCondition object.
|
Modifier and Type | Method and Description |
---|---|
Condition |
getFirstCondition()
SAC: Implements
CombinatorCondition#getFirstCondition() . |
Condition |
getSecondCondition()
SAC: Implements
CombinatorCondition#getSecondCondition() . |
protected Condition firstCondition
protected Condition secondCondition
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.