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