org.w3c.flute.parser.selectors
Class DescendantSelectorImpl

java.lang.Object
  extended by org.w3c.flute.parser.selectors.DescendantSelectorImpl

public class DescendantSelectorImpl
extends java.lang.Object


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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescendantSelectorImpl

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

Method Detail

getSelectorType

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


getAncestorSelector

public Selector getAncestorSelector()
Returns the parent selector.


getSimpleSelector

public SimpleSelector getSimpleSelector()