Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

Uses of SelectorList in org.w3c.css.sac
 

Methods in org.w3c.css.sac that return SelectorList
 SelectorList Parser.parseSelectors(InputSource source)
          Parse a comma separated list of selectors.
 

Methods in org.w3c.css.sac with parameters of type SelectorList
 void DocumentHandler.startSelector(SelectorList selectors)
          Receive notification of the beginning of a rule statement.
 void DocumentHandler.endSelector(SelectorList selectors)
          Receive notification of the end of a rule statement.