org.w3c.flute.parser.selectors

Class DescendantSelectorImpl

public class DescendantSelectorImpl extends Object implements DescendantSelector

Version: $Revision: 6653 $

Author: Philippe Le Hegaret

Field Summary
Selectorparent
SimpleSelectorsimpleSelector
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()

Field Detail

parent

Selector parent

simpleSelector

SimpleSelector simpleSelector

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()