org.apache.batik.css.parser

Class DefaultDirectAdjacentSelector

public class DefaultDirectAdjacentSelector extends AbstractSiblingSelector

This class provides an implementation for the {@link org.w3c.css.sac.DescendantSelector} interface.
Constructor Summary
DefaultDirectAdjacentSelector(short type, Selector parent, SimpleSelector simple)
Creates a new DefaultDirectAdjacentSelector object.
Method Summary
shortgetSelectorType()
SAC: Implements {@link org.w3c.css.sac.Selector#getSelectorType()}.
StringtoString()
Returns a representation of the selector.

Constructor Detail

DefaultDirectAdjacentSelector

public DefaultDirectAdjacentSelector(short type, Selector parent, SimpleSelector simple)
Creates a new DefaultDirectAdjacentSelector object.

Method Detail

getSelectorType

public short getSelectorType()
SAC: Implements {@link org.w3c.css.sac.Selector#getSelectorType()}.

toString

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