org.w3c.css.sac

Interface ConditionalSelector

public interface ConditionalSelector extends SimpleSelector

Version: $Revision: 477010 $

Author: Philippe Le Hegaret

See Also: SAC_CONDITIONAL_SELECTOR

Method Summary
ConditiongetCondition()
Returns the condition to be applied on the simple selector.
SimpleSelectorgetSimpleSelector()
Returns the simple selector.

Method Detail

getCondition

public Condition getCondition()
Returns the condition to be applied on the simple selector.

getSimpleSelector

public SimpleSelector getSimpleSelector()
Returns the simple selector.

The simple selector can't be a ConditionalSelector.