org.w3c.flute.parser.selectors
public class DescendantSelectorImpl extends Object implements DescendantSelector
Version: $Revision: 6653 $
Field Summary | |
---|---|
Selector | parent |
SimpleSelector | simpleSelector |
Constructor Summary | |
---|---|
DescendantSelectorImpl(Selector parent, SimpleSelector simpleSelector)
Creates a new DescendantSelectorImpl |
Method Summary | |
---|---|
Selector | getAncestorSelector()
Returns the parent selector. |
short | getSelectorType()
An integer indicating the type of Selector |
SimpleSelector | getSimpleSelector() |
Selector