org.apache.batik.css.engine.sac
public class CSSDescendantSelector extends AbstractDescendantSelector
Constructor Summary | |
---|---|
CSSDescendantSelector(Selector ancestor, SimpleSelector simple)
Creates a new CSSDescendantSelector 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. |