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

Packages that use SimpleSelector
org.w3c.css.sac   
 

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 SelectorFactory.createAnyNodeSelector()
          Creates an any node selector.
 SimpleSelector SelectorFactory.createRootNodeSelector()
          Creates an root node selector.
 SimpleSelector SiblingSelector.getSiblingSelector()
           
 SimpleSelector NegativeSelector.getSimpleSelector()
          Returns the simple selector.
 SimpleSelector DescendantSelector.getSimpleSelector()
           
 SimpleSelector ConditionalSelector.getSimpleSelector()
          Returns the simple selector.
 

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