org.apache.batik.css.engine.sac
Interface ExtendedSelector
public
interface
ExtendedSelector
extends Selector
This interface extends the {@link org.w3c.css.sac.Selector}.
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 selector. |
boolean | match(Element e, String pseudoE)
Tests whether this selector 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 selector.
public boolean match(Element e, String pseudoE)
Tests whether this selector matches the given element.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.