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

Packages that use SelectorList
org.apache.batik.css.engine   
org.apache.batik.css.parser Provides a CSS parser conform to the SAC API. 
org.w3c.css.sac   
 

Uses of SelectorList in org.apache.batik.css.engine
 

Fields in org.apache.batik.css.engine declared as SelectorList
protected  SelectorList StyleRule.selectorList
          The selector list.
 

Methods in org.apache.batik.css.engine that return SelectorList
 SelectorList StyleRule.getSelectorList()
          Returns the selector list.
 

Methods in org.apache.batik.css.engine with parameters of type SelectorList
 void CSSEngine.DocumentAdapter.startSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.startSelector(SelectorList).
 void CSSEngine.DocumentAdapter.endSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.endSelector(SelectorList).
 void CSSEngine.StyleSheetDocumentHandler.startSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.startSelector(SelectorList).
 void CSSEngine.StyleSheetDocumentHandler.endSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.endSelector(SelectorList).
 void StyleRule.setSelectorList(SelectorList sl)
          Sets the selector list.
 

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

Classes in org.apache.batik.css.parser that implement SelectorList
 class CSSSelectorList
          This class implements the SelectorList interface.
 

Methods in org.apache.batik.css.parser that return SelectorList
 SelectorList ExtendedParser.parseSelectors(java.lang.String source)
          Parse a comma separated list of selectors.
 SelectorList Parser.parseSelectors(InputSource source)
          SAC: Implements Parser.parseSelectors(InputSource).
protected  SelectorList Parser.parseSelectorsInternal()
          Parses selectors using the current scanner.
protected  SelectorList Parser.parseSelectorList()
          Parses a selector list
 SelectorList Parser.parseSelectors(java.lang.String source)
          Implements ExtendedParser.parseSelectors(String).
 SelectorList ExtendedParserWrapper.parseSelectors(InputSource source)
          SAC: Implements Parser.parseSelectors(InputSource).
 SelectorList ExtendedParserWrapper.parseSelectors(java.lang.String source)
          Parse a comma separated list of selectors.
 

Methods in org.apache.batik.css.parser with parameters of type SelectorList
 void DefaultDocumentHandler.startSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.startSelector(SelectorList).
 void DefaultDocumentHandler.endSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.endSelector(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.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.