org.w3c.flute.parser.selectors

Class DescendantSelectorImpl

public class DescendantSelectorImpl extends Object implements DescendantSelector

Version: $Revision: 1.1.1.1 $

Author: Philippe Le Hegaret

Constructor Summary
DescendantSelectorImpl(Selector parent, SimpleSelector simpleSelector)
Creates a new DescendantSelectorImpl
Method Summary
SelectorgetAncestorSelector()
Returns the parent selector.
shortgetSelectorType()
An integer indicating the type of Selector
SimpleSelectorgetSimpleSelector()

Constructor Detail

DescendantSelectorImpl

public DescendantSelectorImpl(Selector parent, SimpleSelector simpleSelector)
Creates a new DescendantSelectorImpl

Method Detail

getAncestorSelector

public Selector getAncestorSelector()
Returns the parent selector.

getSelectorType

public short getSelectorType()
An integer indicating the type of Selector

getSimpleSelector

public SimpleSelector getSimpleSelector()