public class CSSAndCondition extends AbstractCombinatorCondition
org.w3c.css.sac.CombinatorCondition interface.firstCondition, secondCondition| Constructor and Description |
|---|
CSSAndCondition(Condition c1,
Condition c2)
Creates a new CombinatorCondition object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fillAttributeSet(java.util.Set attrSet)
Fills the given set with the attribute names found in this selector.
|
short |
getConditionType()
SAC: Implements
org.w3c.css.sac.Condition#getConditionType(). |
boolean |
match(org.w3c.dom.Element e,
java.lang.String pseudoE)
Tests whether this condition matches the given element.
|
java.lang.String |
toString()
Returns a text representation of this object.
|
equals, getFirstCondition, getSecondCondition, getSpecificitypublic CSSAndCondition(Condition c1,
Condition c2)
public short getConditionType()
org.w3c.css.sac.Condition#getConditionType().public boolean match(org.w3c.dom.Element e,
java.lang.String pseudoE)
public void fillAttributeSet(java.util.Set attrSet)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright ? 2009 Apache Software Foundation. All Rights Reserved.