org.apache.batik.css.engine.sac
public class CSSDirectAdjacentSelector extends AbstractSiblingSelector
Constructor Summary | |
---|---|
CSSDirectAdjacentSelector(short type, Selector parent, SimpleSelector simple)
Creates a new CSSDirectAdjacentSelector 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. |