|
||||||||||
| 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
org.w3c.css.sac.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 org.w3c.css.sac.Condition#getConditionType(). |
String |
getLang()
SAC: Implements org.w3c.css.sac.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()
org.w3c.css.sac.Condition#getConditionType().
public String getLang()
org.w3c.css.sac.LangCondition#getLang().
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||