org.apache.batik.css.parser
public abstract class AbstractSiblingSelector extends Object implements SiblingSelector
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 | |
---|---|
short | getNodeType()
Returns the node type. |
Selector | getSelector()
SAC: Implements org.w3c.css.sac.SiblingSelector#getSelector(). |
SimpleSelector | getSiblingSelector()
SAC: Implements org.w3c.css.sac.SiblingSelector#getSiblingSelector(). |