public abstract class AbstractCombinatorCondition extends java.lang.Object implements ExtendedCondition
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 |
---|---|
boolean |
equals(java.lang.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.
|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fillAttributeSet, match
protected Condition firstCondition
protected Condition secondCondition
protected AbstractCombinatorCondition(Condition c1, Condition c2)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the reference object with which to compare.public int getSpecificity()
getSpecificity
in interface ExtendedCondition
public Condition getFirstCondition()
org.w3c.css.sac.CombinatorCondition#getFirstCondition()
.public Condition getSecondCondition()
org.w3c.css.sac.CombinatorCondition#getSecondCondition()
.Copyright ? 2015 Apache Software Foundation. All Rights Reserved.