public abstract class AbstractAttributeCondition extends Object implements ExtendedCondition
org.w3c.css.sac.AttributeCondition
interface.Modifier and Type | Field and Description |
---|---|
protected String |
value
The attribute value.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractAttributeCondition(String value)
Creates a new AbstractAttributeCondition object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
fillAttributeSet, match
protected String value
protected AbstractAttributeCondition(String value)
public boolean equals(Object obj)
public int hashCode()
public int getSpecificity()
getSpecificity
in interface ExtendedCondition
public String getValue()
org.w3c.css.sac.AttributeCondition#getValue()
.Copyright ? 2015 Apache Software Foundation. All Rights Reserved.