org.apache.batik.css.engine.sac

Interface ExtendedSelector

public interface ExtendedSelector extends Selector

This interface extends the org.w3c.css.sac.Selector.
Method Summary
voidfillAttributeSet(Set attrSet)
Fills the given set with the attribute names found in this selector.
intgetSpecificity()
Returns the specificity of this selector.
booleanmatch(Element e, String pseudoE)
Tests whether this selector matches the given element.

Method Detail

fillAttributeSet

public void fillAttributeSet(Set attrSet)
Fills the given set with the attribute names found in this selector.

getSpecificity

public int getSpecificity()
Returns the specificity of this selector.

match

public boolean match(Element e, String pseudoE)
Tests whether this selector matches the given element.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.