|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.css.parser.AbstractSiblingSelector
public abstract class AbstractSiblingSelector
This class provides an abstract implementation of the org.w3c.css.sac.SiblingSelector interface.
| 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(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected short nodeType
protected Selector selector
protected SimpleSelector simpleSelector
| Constructor Detail |
|---|
protected AbstractSiblingSelector(short type,
Selector sel,
SimpleSelector simple)
| Method Detail |
|---|
public short getNodeType()
public Selector getSelector()
org.w3c.css.sac.SiblingSelector#getSelector().
public SimpleSelector getSiblingSelector()
org.w3c.css.sac.SiblingSelector#getSiblingSelector().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||