org.w3c.flute.parser.selectors

Class DirectAdjacentSelectorImpl

public class DirectAdjacentSelectorImpl extends Object implements SiblingSelector

Version: $Revision: 6653 $

Author: Philippe Le Hegaret

Field Summary
Selectorchild
SimpleSelectordirectAdjacent
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()

Field Detail

child

Selector child

directAdjacent

SimpleSelector directAdjacent

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