org.w3c.flute.parser.selectors

Class DirectAdjacentSelectorImpl

public class DirectAdjacentSelectorImpl extends Object implements SiblingSelector

Version: $Revision: 1.1.1.1 $

Author: Philippe Le Hegaret

Constructor Summary
DirectAdjacentSelectorImpl(Selector child, SimpleSelector directAdjacent)
Creates a new DescendantSelectorImpl
Method Summary
shortgetNodeType()
SelectorgetSelector()
Returns the parent selector.
shortgetSelectorType()
An integer indicating the type of Selector
SimpleSelectorgetSiblingSelector()

Constructor Detail

DirectAdjacentSelectorImpl

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

Method Detail

getNodeType

public short getNodeType()

getSelector

public Selector getSelector()
Returns the parent selector.

getSelectorType

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

getSiblingSelector

public SimpleSelector getSiblingSelector()