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, waitfillAttributeSet, matchprotected Condition firstCondition
protected Condition secondCondition
protected AbstractCombinatorCondition(Condition c1,
Condition c2)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the reference object with which to compare.public int getSpecificity()
getSpecificity in interface ExtendedConditionpublic Condition getFirstCondition()
org.w3c.css.sac.CombinatorCondition#getFirstCondition().public Condition getSecondCondition()
org.w3c.css.sac.CombinatorCondition#getSecondCondition().Copyright ? 2009 Apache Software Foundation. All Rights Reserved.