org.apache.batik.css.engine.sac
public class CSSChildSelector extends AbstractDescendantSelector
| Constructor Summary | |
|---|---|
| CSSChildSelector(Selector ancestor, SimpleSelector simple)
Creates a new CSSChildSelector object. | |
| Method Summary | |
|---|---|
| void | fillAttributeSet(Set attrSet)
Fills the given set with the attribute names found in this selector. |
| short | getSelectorType()
SAC: Implements org.w3c.css.sac.Selector#getSelectorType(). |
| boolean | match(Element e, String pseudoE)
Tests whether this selector matches the given element. |
| String | toString()
Returns a representation of the selector. |