Uses of Interface
org.w3c.css.sac.SimpleSelector

Packages that use SimpleSelector
org.apache.batik.css.parser Provides a CSS parser conform to the SAC API. 
org.apache.batik.css.sac Provides the implementations of various interfaces used by SAC parsers. 
org.w3c.css.sac   
 

Uses of SimpleSelector in org.apache.batik.css.parser
 

Methods in org.apache.batik.css.parser that return SimpleSelector
protected  SimpleSelector Parser.parseSimpleSelector()
          Parses a simple selector.
 

Uses of SimpleSelector in org.apache.batik.css.sac
 

Classes in org.apache.batik.css.sac that implement SimpleSelector
 class AbstractElementSelector
          This class provides an abstract implementation of the ElementSelector interface.
 class CSSOMConditionalSelector
          This class provides an implementation of the ConditionalSelector interface.
 class CSSOMElementSelector
          This class implements the ElementSelector interface.
 class CSSOMPseudoElementSelector
          This class implements the ElementSelector interface.
 

Fields in org.apache.batik.css.sac declared as SimpleSelector
protected  SimpleSelector AbstractDescendantSelector.simpleSelector
          The simple selector.
protected  SimpleSelector CSSOMConditionalSelector.simpleSelector
          The simple selector.
protected  SimpleSelector AbstractSiblingSelector.simpleSelector
          The simple selector.
 

Methods in org.apache.batik.css.sac that return SimpleSelector
 SimpleSelector CSSOMSelectorFactory.createAnyNodeSelector()
          SAC: Implements SelectorFactory.createAnyNodeSelector().
 SimpleSelector CSSOMSelectorFactory.createRootNodeSelector()
          SAC: Implements SelectorFactory.createRootNodeSelector().
 SimpleSelector AbstractDescendantSelector.getSimpleSelector()
          SAC: Implements DescendantSelector.getSimpleSelector().
 SimpleSelector CSSOMConditionalSelector.getSimpleSelector()
          SAC: Implements ConditionalSelector.getSimpleSelector().
 SimpleSelector AbstractSiblingSelector.getSiblingSelector()
          SAC: Implements SiblingSelector.getSiblingSelector().
 

Methods in org.apache.batik.css.sac with parameters of type SimpleSelector
 ConditionalSelector CSSOMSelectorFactory.createConditionalSelector(SimpleSelector selector, Condition condition)
          SAC: Implements SelectorFactory.createConditionalSelector(SimpleSelector,Condition).
 NegativeSelector CSSOMSelectorFactory.createNegativeSelector(SimpleSelector selector)
          SAC: Implements SelectorFactory.createNegativeSelector(SimpleSelector).
 DescendantSelector CSSOMSelectorFactory.createDescendantSelector(Selector parent, SimpleSelector descendant)
          SAC: Implements SelectorFactory.createDescendantSelector(Selector,SimpleSelector).
 DescendantSelector CSSOMSelectorFactory.createChildSelector(Selector parent, SimpleSelector child)
          SAC: Implements SelectorFactory.createChildSelector(Selector,SimpleSelector).
 SiblingSelector CSSOMSelectorFactory.createDirectAdjacentSelector(short nodeType, Selector child, SimpleSelector directAdjacent)
          SAC: Implements SelectorFactory.createDirectAdjacentSelector(short,Selector,SimpleSelector).
 

Constructors in org.apache.batik.css.sac with parameters of type SimpleSelector
AbstractDescendantSelector(Selector ancestor, SimpleSelector simple)
          Creates a new DescendantSelector object.
CSSOMDescendantSelector(Selector ancestor, SimpleSelector simple)
          Creates a new CSSOMDescendantSelector object.
CSSOMConditionalSelector(SimpleSelector s, Condition c)
          Creates a new ConditionalSelector object.
AbstractSiblingSelector(short type, Selector sel, SimpleSelector simple)
          Creates a new SiblingSelector object.
CSSOMDirectAdjacentSelector(short type, Selector parent, SimpleSelector simple)
          Creates a new CSSOMDirectAdjacentSelector object.
CSSOMChildSelector(Selector ancestor, SimpleSelector simple)
          Creates a new CSSOMChildSelector object.
 

Uses of SimpleSelector in org.w3c.css.sac
 

Subinterfaces of SimpleSelector in org.w3c.css.sac
 interface CharacterDataSelector
           
 interface ConditionalSelector
           
 interface ElementSelector
           
 interface NegativeSelector
           
 interface ProcessingInstructionSelector
          This simple matches a processing instruction.
 

Methods in org.w3c.css.sac that return SimpleSelector
 SimpleSelector DescendantSelector.getSimpleSelector()
           
 SimpleSelector ConditionalSelector.getSimpleSelector()
          Returns the simple selector.
 SimpleSelector SelectorFactory.createAnyNodeSelector()
          Creates an any node selector.
 SimpleSelector SelectorFactory.createRootNodeSelector()
          Creates an root node selector.
 SimpleSelector NegativeSelector.getSimpleSelector()
          Returns the simple selector.
 SimpleSelector SiblingSelector.getSiblingSelector()
           
 

Methods in org.w3c.css.sac with parameters of type SimpleSelector
 ConditionalSelector SelectorFactory.createConditionalSelector(SimpleSelector selector, Condition condition)
          Creates a conditional selector.
 NegativeSelector SelectorFactory.createNegativeSelector(SimpleSelector selector)
          Creates an negative selector.
 DescendantSelector SelectorFactory.createDescendantSelector(Selector parent, SimpleSelector descendant)
          Creates a descendant selector.
 DescendantSelector SelectorFactory.createChildSelector(Selector parent, SimpleSelector child)
          Creates a child selector.
 SiblingSelector SelectorFactory.createDirectAdjacentSelector(short nodeType, Selector child, SimpleSelector directAdjacent)
          Creates a sibling selector.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.