|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.parser.AbstractDescendantSelector
This class provides an abstract implementation of the
DescendantSelector
interface.
Field Summary | |
protected Selector |
ancestorSelector
The ancestor selector. |
protected SimpleSelector |
simpleSelector
The simple selector. |
Constructor Summary | |
protected |
AbstractDescendantSelector(Selector ancestor,
SimpleSelector simple)
Creates a new DescendantSelector object. |
Method Summary | |
Selector |
getAncestorSelector()
SAC: Implements DescendantSelector.getAncestorSelector() . |
SimpleSelector |
getSimpleSelector()
SAC: Implements DescendantSelector.getSimpleSelector() . |
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 Selector ancestorSelector
protected SimpleSelector simpleSelector
Constructor Detail |
protected AbstractDescendantSelector(Selector ancestor, SimpleSelector simple)
Method Detail |
public Selector getAncestorSelector()
DescendantSelector.getAncestorSelector()
.getAncestorSelector
in interface DescendantSelector
public SimpleSelector getSimpleSelector()
DescendantSelector.getSimpleSelector()
.getSimpleSelector
in interface DescendantSelector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |