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(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, getSpecificity
public CSSAndCondition(Condition c1, Condition c2)
public short getConditionType()
org.w3c.css.sac.Condition#getConditionType()
.public boolean match(Element e, java.lang.String pseudoE)
public void fillAttributeSet(java.util.Set attrSet)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.