org.apache.batik.css.engine.sac
public abstract class AbstractCombinatorCondition extends Object implements CombinatorCondition, ExtendedCondition
Field Summary | |
---|---|
protected Condition | firstCondition
The first condition. |
protected Condition | secondCondition
The second condition. |
Constructor Summary | |
---|---|
protected | AbstractCombinatorCondition(Condition c1, Condition c2)
Creates a new CombinatorCondition object. |
Method Summary | |
---|---|
boolean | equals(Object obj)
Indicates whether some other object is "equal to" this one. |
Condition | getFirstCondition()
SAC: Implements org.w3c.css.sac.CombinatorCondition#getFirstCondition(). |
Condition | getSecondCondition()
SAC: Implements org.w3c.css.sac.CombinatorCondition#getSecondCondition(). |
int | getSpecificity()
Returns the specificity of this condition. |
Parameters: obj the reference object with which to compare.