org.w3c.flute.parser.selectors

Class DescendantSelectorImpl

Implemented Interfaces:
DescendantSelector

public class DescendantSelectorImpl
extends java.lang.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

Selector
getAncestorSelector()
Returns the parent selector.
short
getSelectorType()
An integer indicating the type of Selector
SimpleSelector
getSimpleSelector()

Constructor Details

DescendantSelectorImpl

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

Method Details

getAncestorSelector

public Selector getAncestorSelector()
Returns the parent selector.

getSelectorType

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

getSimpleSelector

public SimpleSelector getSimpleSelector()