|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.css.parser.DefaultLangCondition
public class DefaultLangCondition
This class provides an implementation of the
LangCondition interface.
| Field Summary | |
|---|---|
protected String |
lang
The language. |
| 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 | |
|---|---|
DefaultLangCondition(String lang)
Creates a new LangCondition object. |
|
| Method Summary | |
|---|---|
short |
getConditionType()
SAC: Implements Condition.getConditionType(). |
String |
getLang()
SAC: Implements LangCondition.getLang(). |
String |
toString()
Returns a text representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String lang
| Constructor Detail |
|---|
public DefaultLangCondition(String lang)
| Method Detail |
|---|
public short getConditionType()
Condition.getConditionType().
getConditionType in interface org.w3c.css.sac.Conditionpublic String getLang()
LangCondition.getLang().
getLang in interface org.w3c.css.sac.LangConditionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||