org.apache.batik.css.engine.sac
public abstract class AbstractSiblingSelector extends Object implements SiblingSelector, ExtendedSelector
Field Summary | |
---|---|
protected short | nodeType
The node type. |
protected Selector | selector
The selector. |
protected SimpleSelector | simpleSelector
The simple selector. |
Constructor Summary | |
---|---|
protected | AbstractSiblingSelector(short type, Selector sel, SimpleSelector simple)
Creates a new SiblingSelector object. |
Method Summary | |
---|---|
boolean | equals(Object obj)
Indicates whether some other object is "equal to" this one. |
short | getNodeType()
Returns the node type. |
Selector | getSelector()
SAC: Implements {@link
org.w3c.css.sac.SiblingSelector#getSelector()}. |
SimpleSelector | getSiblingSelector()
SAC: Implements {@link
org.w3c.css.sac.SiblingSelector#getSiblingSelector()}. |
int | getSpecificity()
Returns the specificity of this selector. |
Parameters: obj the reference object with which to compare.