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

Packages that use Selector
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 Selector in org.apache.batik.css.parser
 

Fields in org.apache.batik.css.parser declared as Selector
protected  Selector[] CSSSelectorList.list
          The list.
 

Methods in org.apache.batik.css.parser that return Selector
protected  Selector Parser.parseSelector()
          Parses a selector.
 Selector CSSSelectorList.item(int index)
          SAC: Returns the selector at the specified index, or null if this is not a valid index.
 

Methods in org.apache.batik.css.parser with parameters of type Selector
 void CSSSelectorList.append(Selector item)
          Appends an item to the list.
 

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 AbstractDescendantSelector.ancestorSelector
          The ancestor selector.
protected  Selector AbstractSiblingSelector.selector
          The selector.
 

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

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
AbstractDescendantSelector(Selector ancestor, SimpleSelector simple)
          Creates a new DescendantSelector object.
CSSOMDescendantSelector(Selector ancestor, SimpleSelector simple)
          Creates a new CSSOMDescendantSelector 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 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 DescendantSelector.getAncestorSelector()
          Returns the parent selector.
 Selector SelectorList.item(int index)
          Returns the selector at the specified index, or null if this is not a valid index.
 Selector SiblingSelector.getSelector()
          Returns the first 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 © 2001 Apache Software Foundation. All Rights Reserved.