org.w3c.flute.parser.selectors
Class DirectAdjacentSelectorImpl

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

public class DirectAdjacentSelectorImpl
extends java.lang.Object


Constructor Summary
DirectAdjacentSelectorImpl(Selector child, SimpleSelector directAdjacent)
          Creates a new DescendantSelectorImpl
 
Method Summary
 short getNodeType()
           
 Selector getSelector()
          Returns the parent selector.
 short getSelectorType()
          An integer indicating the type of Selector
 SimpleSelector getSiblingSelector()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectAdjacentSelectorImpl

public DirectAdjacentSelectorImpl(Selector child,
                                  SimpleSelector directAdjacent)
Creates a new DescendantSelectorImpl

Method Detail

getSelectorType

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


getNodeType

public short getNodeType()

getSelector

public Selector getSelector()
Returns the parent selector.


getSiblingSelector

public SimpleSelector getSiblingSelector()