public interface ExtendedCondition
org.w3c.css.sac.Condition
interface.Modifier and Type | Method and Description |
---|---|
void |
fillAttributeSet(java.util.Set attrSet)
Fills the given set with the attribute names found in this selector.
|
int |
getSpecificity()
Returns the specificity of this condition.
|
boolean |
match(org.w3c.dom.Element e,
java.lang.String pseudoE)
Tests whether this condition matches the given element.
|
boolean match(org.w3c.dom.Element e, java.lang.String pseudoE)
int getSpecificity()
void fillAttributeSet(java.util.Set attrSet)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.