Method Summary |
|
public boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
public void | fillAttributeSet(Set attrSet) Fills the given set with the attribute names found in this selector. |
public Condition | getCondition() SAC: Implements
org.w3c.css.sac.ConditionalSelector.getCondition . |
public org.apache.batik.css.engine.Rule | getRule() |
public short | getSelectorType() SAC: Implements
org.w3c.css.sac.Selector.getSelectorType . |
public SimpleSelector | getSimpleSelector() SAC: Implements
org.w3c.css.sac.ConditionalSelector.getSimpleSelector . |
public int | getSpecificity() Returns the specificity of this selector. |
public boolean | match(Element e, String pseudoE) Tests whether this selector matches the given element. |
public void | setRule(org.apache.batik.css.engine.Rule rule) |
public String | toString() Returns a representation of the selector. |