org.apache.batik.css.engine.sac
Class CSSDescendantSelector

java.lang.Object
  |
  +--org.apache.batik.css.engine.sac.AbstractDescendantSelector
        |
        +--org.apache.batik.css.engine.sac.CSSDescendantSelector
All Implemented Interfaces:
DescendantSelector, ExtendedSelector, Selector

public class CSSDescendantSelector
extends AbstractDescendantSelector

This class provides an implementation for the DescendantSelector interface.


Fields inherited from class org.apache.batik.css.engine.sac.AbstractDescendantSelector
ancestorSelector, simpleSelector
 
Fields inherited from interface org.w3c.css.sac.Selector
SAC_ANY_NODE_SELECTOR, SAC_CDATA_SECTION_NODE_SELECTOR, SAC_CHILD_SELECTOR, SAC_COMMENT_NODE_SELECTOR, SAC_CONDITIONAL_SELECTOR, SAC_DESCENDANT_SELECTOR, SAC_DIRECT_ADJACENT_SELECTOR, SAC_ELEMENT_NODE_SELECTOR, SAC_NEGATIVE_SELECTOR, SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR, SAC_PSEUDO_ELEMENT_SELECTOR, SAC_ROOT_NODE_SELECTOR, SAC_TEXT_NODE_SELECTOR
 
Constructor Summary
CSSDescendantSelector(Selector ancestor, SimpleSelector simple)
          Creates a new CSSDescendantSelector object.
 
Method Summary
 void fillAttributeSet(java.util.Set attrSet)
          Fills the given set with the attribute names found in this selector.
 short getSelectorType()
          SAC: Implements Selector.getSelectorType().
 boolean match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 java.lang.String toString()
          Returns a representation of the selector.
 
Methods inherited from class org.apache.batik.css.engine.sac.AbstractDescendantSelector
equals, getAncestorSelector, getSimpleSelector, getSpecificity
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSSDescendantSelector

public CSSDescendantSelector(Selector ancestor,
                             SimpleSelector simple)
Creates a new CSSDescendantSelector object.
Method Detail

getSelectorType

public short getSelectorType()
SAC: Implements Selector.getSelectorType().

match

public boolean match(Element e,
                     java.lang.String pseudoE)
Tests whether this selector matches the given element.

fillAttributeSet

public void fillAttributeSet(java.util.Set attrSet)
Fills the given set with the attribute names found in this selector.

toString

public java.lang.String toString()
Returns a representation of the selector.
Overrides:
toString in class java.lang.Object


Copyright © 2002 Apache Software Foundation. All Rights Reserved.