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.
Constructor Summary |
CSSClassCondition(java.lang.String localName,
java.lang.String namespaceURI,
java.lang.String value)
Creates a new CSSAttributeCondition object. |
Method Summary |
short |
getConditionType()
SAC: Implements org.w3c.css.sac.Condition#getConditionType() . |
boolean |
match(org.w3c.dom.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. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CSSClassCondition
public CSSClassCondition(java.lang.String localName,
java.lang.String namespaceURI,
java.lang.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(org.w3c.dom.Element e,
java.lang.String pseudoE)
- Tests whether this condition matches the given element.
- Specified by:
match
in interface ExtendedCondition
- Overrides:
match
in class CSSAttributeCondition
toString
public java.lang.String toString()
- Returns a text representation of this object.
- Overrides:
toString
in class CSSAttributeCondition
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.