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

Packages that use SelectorList
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.css.event Provides the interfaces and classes to add basic event support for the various entities in the CSS package. 
org.w3c.css.sac   
 

Uses of SelectorList in org.apache.batik.css
 

Fields in org.apache.batik.css declared as SelectorList
protected  SelectorList CSSOMStyleRule.selectors
          The selectors.
 

Methods in org.apache.batik.css that return SelectorList
 SelectorList CSSOMStyleRule.getSelectors()
          Returns the selectors.
 

Methods in org.apache.batik.css with parameters of type SelectorList
 void DocumentHandlerAdapter.startSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.startSelector(SelectorList).
 void DocumentHandlerAdapter.endSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.endSelector(SelectorList).
 void CSSDocumentHandler.startSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.startSelector(SelectorList).
 void CSSDocumentHandler.endSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.endSelector(SelectorList).
 void CSSOMMediaRule.MediaRuleHandler.startSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.startSelector(SelectorList).
 void CSSOMMediaRule.MediaRuleHandler.endSelector(SelectorList selectors)
          SAC: Implements DocumentHandler.endSelector(SelectorList).
 void CSSOMStyleRule.setSelectors(SelectorList s)
          Sets the selectors.
 void CSSOMStyleRule.StyleRuleHandler.startSelector(SelectorList selectors)
          Receives notification of the beginning of a rule statement.
 void CSSOMStyleRule.StyleRuleHandler.endSelector(SelectorList selectors)
          Receives notification of the end of a rule statement.
 

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

Fields in org.apache.batik.css.event declared as SelectorList
protected  SelectorList SelectorListChangeEvent.oldValue
          The selector list old value.
protected  SelectorList SelectorListChangeEvent.newValue
          The selector list new value.
 

Methods in org.apache.batik.css.event that return SelectorList
 SelectorList SelectorListChangeEvent.getOldValue()
          Returns the value of the property before the change.
 SelectorList SelectorListChangeEvent.getNewValue()
          Returns the value of the property after the change.
 

Methods in org.apache.batik.css.event with parameters of type SelectorList
 void CSSStyleRuleChangeSupport.fireSelectorListChange(SelectorList oldValue, SelectorList newValue)
          Reports a selector list update to any registered listeners.
 

Constructors in org.apache.batik.css.event with parameters of type SelectorList
SelectorListChangeEvent(java.lang.Object source, SelectorList before, SelectorList after)
          Creates a new SelectorListChangeEvent object.
 

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 © 2000 Apache Software Foundation. All Rights Reserved.