org.apache.batik.css.engine.sac
public class CSSClassCondition extends CSSAttributeCondition
Constructor Summary | |
---|---|
CSSClassCondition(String localName, String namespaceURI, String value)
Creates a new CSSAttributeCondition object. |
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. |