org.apache.batik.css.parser

Class DefaultDescendantSelector

public class DefaultDescendantSelector extends AbstractDescendantSelector

This class provides an implementation for the org.w3c.css.sac.DescendantSelector interface.
Constructor Summary
DefaultDescendantSelector(Selector ancestor, SimpleSelector simple)
Creates a new DefaultDescendantSelector object.
Method Summary
shortgetSelectorType()
SAC: Implements org.w3c.css.sac.Selector#getSelectorType().
StringtoString()
Returns a representation of the selector.

Constructor Detail

DefaultDescendantSelector

public DefaultDescendantSelector(Selector ancestor, SimpleSelector simple)
Creates a new DefaultDescendantSelector object.

Method Detail

getSelectorType

public short getSelectorType()
SAC: Implements org.w3c.css.sac.Selector#getSelectorType().

toString

public String toString()
Returns a representation of the selector.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.