|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.engine.sac.CSSLangCondition
This class provides an implementation of the
LangCondition
interface.
Field Summary | |
protected java.lang.String |
lang
The language. |
Constructor Summary | |
CSSLangCondition(java.lang.String lang)
Creates a new LangCondition object. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
void |
fillAttributeSet(java.util.Set attrSet)
Fills the given set with the attribute names found in this selector. |
short |
getConditionType()
SAC: Implements Condition.getConditionType() . |
java.lang.String |
getLang()
SAC: Implements LangCondition.getLang() . |
int |
getSpecificity()
Returns the specificity of this condition. |
boolean |
match(Element e,
java.lang.String pseudoE)
Tests whether this condition matches the given element. |
java.lang.String |
toString()
Returns a text representation of this object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String lang
Constructor Detail |
public CSSLangCondition(java.lang.String lang)
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the reference object with which to compare.public short getConditionType()
Condition.getConditionType()
.getConditionType
in interface Condition
public java.lang.String getLang()
LangCondition.getLang()
.getLang
in interface LangCondition
public int getSpecificity()
getSpecificity
in interface ExtendedCondition
public boolean match(Element e, java.lang.String pseudoE)
match
in interface ExtendedCondition
public void fillAttributeSet(java.util.Set attrSet)
fillAttributeSet
in interface ExtendedCondition
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |