org.apache.batik.css.parser
Class DefaultDirectAdjacentSelector

java.lang.Object
  extended by org.apache.batik.css.parser.AbstractSiblingSelector
      extended by org.apache.batik.css.parser.DefaultDirectAdjacentSelector

public class DefaultDirectAdjacentSelector
extends AbstractSiblingSelector

This class provides an implementation for the org.w3c.css.sac.DescendantSelector interface.


Field Summary
 
Fields inherited from class org.apache.batik.css.parser.AbstractSiblingSelector
nodeType, selector, simpleSelector
 
Constructor Summary
DefaultDirectAdjacentSelector(short type, Selector parent, SimpleSelector simple)
          Creates a new DefaultDirectAdjacentSelector object.
 
Method Summary
 short getSelectorType()
          SAC: Implements org.w3c.css.sac.Selector#getSelectorType().
 String toString()
          Returns a representation of the selector.
 
Methods inherited from class org.apache.batik.css.parser.AbstractSiblingSelector
getNodeType, getSelector, getSiblingSelector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultDirectAdjacentSelector

public DefaultDirectAdjacentSelector(short type,
                                     Selector parent,
                                     SimpleSelector simple)
Creates a new DefaultDirectAdjacentSelector 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.

Overrides:
toString in class Object


Copyright ? 2008 Apache Software Foundation. All Rights Reserved.