org.apache.batik.css.engine.sac
public abstract class AbstractAttributeCondition extends Object implements AttributeCondition, ExtendedCondition
| Field Summary | |
|---|---|
| protected String | value
The attribute value. |
| Constructor Summary | |
|---|---|
| protected | AbstractAttributeCondition(String value)
Creates a new AbstractAttributeCondition object. |
| Method Summary | |
|---|---|
| boolean | equals(Object obj)
Indicates whether some other object is "equal to" this one. |
| int | getSpecificity()
Returns the specificity of this condition. |
| String | getValue()
SAC: Implements org.w3c.css.sac.AttributeCondition#getValue(). |
| int | hashCode()
equal objects should have equal hashCodes. |
Parameters: obj the reference object with which to compare.
Returns: hashCode of this AbstractAttributeCondition