org.w3c.flute.parser.selectors

Class DirectAdjacentSelectorImpl

Implemented Interfaces:
SiblingSelector

public class DirectAdjacentSelectorImpl
extends java.lang.Object
implements SiblingSelector

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

Constructor Details

DirectAdjacentSelectorImpl

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

Method Details

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