org.apache.batik.css.engine.sac
public class CSSPseudoElementSelector extends AbstractElementSelector
| Constructor Summary | |
|---|---|
| CSSPseudoElementSelector(String uri, String name)
Creates a new CSSPseudoElementSelector object. | |
| Method Summary | |
|---|---|
| short | getSelectorType()
SAC: Implements 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. |