|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.css.parser.DefaultLangCondition
This class provides an implementation of the
LangCondition
interface.
Field Summary | |
protected String |
lang
The language. |
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 Condition
public String getLang()
LangCondition.getLang()
.
getLang
in interface LangCondition
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |