Class CSSAndConditionImpl

java.lang.Object
org.eclipse.e4.ui.css.core.impl.sac.AbstractCombinatorCondition
org.eclipse.e4.ui.css.core.impl.sac.CSSAndConditionImpl
All Implemented Interfaces:
ExtendedCondition, org.w3c.css.sac.CombinatorCondition, org.w3c.css.sac.Condition

public class CSSAndConditionImpl extends AbstractCombinatorCondition
This class provides an implementation of the CombinatorCondition interface.
  • Constructor Details

    • CSSAndConditionImpl

      public CSSAndConditionImpl(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<String> 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