org.w3c.flute.parser.selectors
Class ChildSelectorImpl

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

public class ChildSelectorImpl
extends java.lang.Object


Constructor Summary
ChildSelectorImpl(Selector parent, SimpleSelector child)
          Creates a new ChildSelectorImpl
 
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

ChildSelectorImpl

public ChildSelectorImpl(Selector parent,
                         SimpleSelector child)
Creates a new ChildSelectorImpl

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