org.apache.batik.css.engine.sac
public class CSSLangCondition extends Object implements LangCondition, ExtendedCondition
Field Summary | |
---|---|
protected String | lang
The language. |
Constructor Summary | |
---|---|
CSSLangCondition(String lang)
Creates a new LangCondition object. |
Method Summary | |
---|---|
boolean | equals(Object obj)
Indicates whether some other object is "equal to" this one. |
void | fillAttributeSet(Set attrSet)
Fills the given set with the attribute names found in this selector. |
short | getConditionType()
SAC: Implements {@link
org.w3c.css.sac.Condition#getConditionType()}. |
String | getLang()
SAC: Implements {@link org.w3c.css.sac.LangCondition#getLang()}. |
int | getSpecificity()
Returns the specificity of this condition. |
boolean | match(Element e, String pseudoE)
Tests whether this condition matches the given element. |
String | toString()
Returns a text representation of this object. |
Parameters: obj the reference object with which to compare.