org.apache.batik.css.engine.sac
Interface ExtendedCondition
public
interface
ExtendedCondition
extends Condition
This interface provides additional features to the
org.w3c.css.sac.Condition interface.
Method Summary |
void | fillAttributeSet(Set attrSet)
Fills the given set with the attribute names found in this selector. |
int | getSpecificity()
Returns the specificity of this condition. |
boolean | match(Element e, String pseudoE)
Tests whether this condition matches the given element. |
public void fillAttributeSet(Set attrSet)
Fills the given set with the attribute names found in this selector.
public int getSpecificity()
Returns the specificity of this condition.
public boolean match(Element e, String pseudoE)
Tests whether this condition matches the given element.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.