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(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(Element e,
String pseudoE)
Tests whether this condition matches the given element.
|
String |
toString()
Returns a text representation of this object.
|
equals, getFirstCondition, getSecondCondition, getSpecificity
public CSSAndCondition(Condition c1, Condition c2)
public short getConditionType()
org.w3c.css.sac.Condition#getConditionType()
.public boolean match(Element e, String pseudoE)
public void fillAttributeSet(Set attrSet)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.