Class CSSAndCondition

java.lang.Object
org.apache.batik.css.engine.sac.AbstractCombinatorCondition
org.apache.batik.css.engine.sac.CSSAndCondition
All Implemented Interfaces:
ExtendedCondition, org.w3c.css.sac.CombinatorCondition, org.w3c.css.sac.Condition

public class CSSAndCondition extends AbstractCombinatorCondition
This class provides an implementation of the CombinatorCondition interface.
Version:
$Id$
  • Constructor Details

    • CSSAndCondition

      public CSSAndCondition(org.w3c.css.sac.Condition c1, org.w3c.css.sac.Condition c2)
      Creates a new CombinatorCondition object.
  • Method Details

    • getConditionType

      public short getConditionType()
      SAC: Implements Condition.getConditionType().
    • match

      public boolean match(Element e, String pseudoE)
      Tests whether this condition matches the given element.
    • fillAttributeSet

      public void fillAttributeSet(Set attrSet)
      Fills the given set with the attribute names found in this selector.
    • toString

      public String toString()
      Returns a text representation of this object.
      Overrides:
      toString in class Object