com.steadystate.css.parser.selectors

Class OneOfAttributeConditionImpl

Implemented Interfaces:
AttributeCondition, Condition, Serializable

public class OneOfAttributeConditionImpl
extends java.lang.Object
implements AttributeCondition, Serializable

Fields inherited from interface org.w3c.css.sac.Condition

SAC_AND_CONDITION, SAC_ATTRIBUTE_CONDITION, SAC_BEGIN_HYPHEN_ATTRIBUTE_CONDITION, SAC_CLASS_CONDITION, SAC_CONTENT_CONDITION, SAC_ID_CONDITION, SAC_LANG_CONDITION, SAC_NEGATIVE_CONDITION, SAC_ONE_OF_ATTRIBUTE_CONDITION, SAC_ONLY_CHILD_CONDITION, SAC_ONLY_TYPE_CONDITION, SAC_OR_CONDITION, SAC_POSITIONAL_CONDITION, SAC_PSEUDO_CLASS_CONDITION

Constructor Summary

OneOfAttributeConditionImpl(String localName, String value)

Method Summary

short
getConditionType()
String
getLocalName()
String
getNamespaceURI()
boolean
getSpecified()
String
getValue()
String
toString()

Constructor Details

OneOfAttributeConditionImpl

public OneOfAttributeConditionImpl(String localName,
                                   String value)

Method Details

getConditionType

public short getConditionType()
Specified by:
getConditionType in interface Condition

getLocalName

public String getLocalName()
Specified by:
getLocalName in interface AttributeCondition

getNamespaceURI

public String getNamespaceURI()
Specified by:
getNamespaceURI in interface AttributeCondition

getSpecified

public boolean getSpecified()
Specified by:
getSpecified in interface AttributeCondition

getValue

public String getValue()
Specified by:
getValue in interface AttributeCondition

toString

public String toString()