org.apache.batik.css.engine.sac
public class CSSBeginHyphenAttributeCondition extends CSSAttributeCondition
| Constructor Summary | |
|---|---|
| CSSBeginHyphenAttributeCondition(String localName, String namespaceURI, boolean specified, 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. |