org.apache.batik.css.engine.sac
Interface ExtendedSelector

All Known Implementing Classes:
AbstractDescendantSelector, AbstractElementSelector, AbstractSiblingSelector, CSSChildSelector, CSSConditionalSelector, CSSDescendantSelector, CSSDirectAdjacentSelector, CSSElementSelector, CSSPseudoElementSelector

public interface ExtendedSelector

This interface extends the 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.
 

Method Detail

match

boolean match(Element e,
              String pseudoE)
Tests whether this selector matches the given element.


getSpecificity

int getSpecificity()
Returns the specificity of this selector.


fillAttributeSet

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



Copyright ? 2008 Apache Software Foundation. All Rights Reserved.