org.apache.batik.css.engine.sac
public class CSSAndCondition extends AbstractCombinatorCondition
| Constructor Summary | |
|---|---|
| CSSAndCondition(Condition c1, Condition c2)
Creates a new CombinatorCondition object. | |
| Method Summary | |
|---|---|
| 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. |