org.jfree.layouting.input.style.selectors

Class CSSDescendantSelector

public class CSSDescendantSelector extends AbstractSelector implements DescendantSelector

Creation-Date: 30.11.2005, 15:38:58

Author: Thomas Morgner

Constructor Summary
CSSDescendantSelector(SimpleSelector simpleSelector, Selector anchestorSelector, boolean childRelation)
Method Summary
protected SelectorWeightcreateWeight()
SelectorgetAncestorSelector()
Returns the parent selector.
shortgetSelectorType()
An integer indicating the type of Selector
SimpleSelectorgetSimpleSelector()

Constructor Detail

CSSDescendantSelector

public CSSDescendantSelector(SimpleSelector simpleSelector, Selector anchestorSelector, boolean childRelation)

Method Detail

createWeight

protected SelectorWeight createWeight()

getAncestorSelector

public Selector getAncestorSelector()
Returns the parent selector.

getSelectorType

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

getSimpleSelector

public SimpleSelector getSimpleSelector()