org.apache.batik.css.engine.sac
Class CSSClassCondition
java.lang.Object
org.apache.batik.css.engine.sac.AbstractAttributeCondition
org.apache.batik.css.engine.sac.CSSAttributeCondition
org.apache.batik.css.engine.sac.CSSClassCondition
- All Implemented Interfaces:
- ExtendedCondition
public class CSSClassCondition
- extends CSSAttributeCondition
This class provides an implementation of the
org.w3c.css.sac.AttributeCondition interface.
|
Method Summary |
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. |
CSSClassCondition
public CSSClassCondition(String localName,
String namespaceURI,
String value)
- Creates a new CSSAttributeCondition object.
getConditionType
public short getConditionType()
- SAC: Implements
org.w3c.css.sac.Condition#getConditionType().
- Overrides:
getConditionType in class CSSAttributeCondition
match
public boolean match(Element e,
String pseudoE)
- Tests whether this condition matches the given element.
- Specified by:
match in interface ExtendedCondition- Overrides:
match in class CSSAttributeCondition
toString
public String toString()
- Returns a text representation of this object.
- Overrides:
toString in class CSSAttributeCondition
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.