org.apache.batik.css.parser
Class DefaultDescendantSelector

java.lang.Object
  extended by org.apache.batik.css.parser.AbstractDescendantSelector
      extended by org.apache.batik.css.parser.DefaultDescendantSelector

public class DefaultDescendantSelector
extends AbstractDescendantSelector

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


Field Summary
 
Fields inherited from class org.apache.batik.css.parser.AbstractDescendantSelector
ancestorSelector, simpleSelector
 
Constructor Summary
DefaultDescendantSelector(Selector ancestor, SimpleSelector simple)
          Creates a new DefaultDescendantSelector 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.AbstractDescendantSelector
getAncestorSelector, getSimpleSelector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.

Overrides:
toString in class Object


Copyright ? 2008 Apache Software Foundation. All Rights Reserved.