com.steadystate.css.parser.selectors

Class LangConditionImpl

Implemented Interfaces:
Condition, LangCondition, Serializable

public class LangConditionImpl
extends java.lang.Object
implements LangCondition, Serializable

Version:
$Release$
Author:
David Schweinsberg

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

LangConditionImpl(String lang)

Method Summary

short
getConditionType()
An integer indicating the type of Condition.
String
getLang()
Returns the language
String
toString()

Constructor Details

LangConditionImpl

public LangConditionImpl(String lang)

Method Details

getConditionType

public short getConditionType()
An integer indicating the type of Condition.
Specified by:
getConditionType in interface Condition

getLang

public String getLang()
Returns the language
Specified by:
getLang in interface LangCondition

toString

public String toString()