org.apache.batik.css.engine.sac
public class CSSElementSelector extends AbstractElementSelector
Constructor Summary | |
---|---|
CSSElementSelector(String uri, String name)
Creates a new ElementSelector object. |
Method Summary | |
---|---|
short | getSelectorType()
SAC: Implements {@link
org.w3c.css.sac.Selector#getSelectorType()}. |
int | getSpecificity()
Returns the specificity of this selector. |
boolean | match(Element e, String pseudoE)
Tests whether this selector matches the given element. |
String | toString()
Returns a representation of the selector. |