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

Packages that use Selector
org.apache.batik.css.sac Provides the implementations of various interfaces used by SAC parsers. 
org.w3c.css.sac   
 

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

Subinterfaces of Selector in org.apache.batik.css.sac
 interface ExtendedSelector
          This interface extends the Selector.
 

Classes in org.apache.batik.css.sac that implement Selector
 class AbstractDescendantSelector
          This class provides an abstract implementation of the DescendantSelector interface.
 class AbstractElementSelector
          This class provides an abstract implementation of the ElementSelector interface.
 class AbstractSiblingSelector
          This class provides an abstract implementation of the SiblingSelector interface.
 class CSSOMChildSelector
          This class provides an implementation of the DescendantSelector interface.
 class CSSOMConditionalSelector
          This class provides an implementation of the ConditionalSelector interface.
 class CSSOMDescendantSelector
          This class provides an implementation for the DescendantSelector interface.
 class CSSOMDirectAdjacentSelector
          This class provides an implementation for the DescendantSelector 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 Selector
protected  Selector AbstractSiblingSelector.selector
          The selector.
protected  Selector AbstractDescendantSelector.ancestorSelector
          The ancestor selector.
 

Methods in org.apache.batik.css.sac that return Selector
 Selector AbstractSiblingSelector.getSelector()
          SAC: Implements SiblingSelector.getSelector().
 Selector AbstractDescendantSelector.getAncestorSelector()
          SAC: Implements DescendantSelector.getAncestorSelector().
 

Methods in org.apache.batik.css.sac with parameters of type Selector
 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 Selector
AbstractSiblingSelector(short type, Selector sel, SimpleSelector simple)
          Creates a new SiblingSelector object.
CSSOMDirectAdjacentSelector(short type, Selector parent, SimpleSelector simple)
          Creates a new CSSOMDirectAdjacentSelector object.
AbstractDescendantSelector(Selector ancestor, SimpleSelector simple)
          Creates a new DescendantSelector object.
CSSOMDescendantSelector(Selector ancestor, SimpleSelector simple)
          Creates a new CSSOMDescendantSelector object.
CSSOMChildSelector(Selector ancestor, SimpleSelector simple)
          Creates a new CSSOMChildSelector object.
 

Uses of Selector in org.w3c.css.sac
 

Subinterfaces of Selector in org.w3c.css.sac
 interface CharacterDataSelector
           
 interface ConditionalSelector
           
 interface DescendantSelector
           
 interface ElementSelector
           
 interface NegativeSelector
           
 interface ProcessingInstructionSelector
          This simple matches a processing instruction.
 interface SiblingSelector
           
 interface SimpleSelector
          This interface is only for constraints on selectors.
 

Methods in org.w3c.css.sac that return Selector
 Selector SiblingSelector.getSelector()
          Returns the first selector.
 Selector SelectorList.item(int index)
          Returns the selector at the specified index, or null if this is not a valid index.
 Selector DescendantSelector.getAncestorSelector()
          Returns the parent selector.
 

Methods in org.w3c.css.sac with parameters of type 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 © 2000 Apache Software Foundation. All Rights Reserved.