com.steadystate.css.parser
Class SelectorListImpl

java.lang.Object
  extended by com.steadystate.css.parser.SelectorListImpl
All Implemented Interfaces:
java.io.Serializable, org.w3c.css.sac.SelectorList

public class SelectorListImpl
extends java.lang.Object
implements org.w3c.css.sac.SelectorList, java.io.Serializable

Implementation of SelectorList.

Version:
$Id: SelectorListImpl.java,v 1.3 2008/03/26 02:08:55 sdanig Exp $
Author:
David Schweinsberg
See Also:
Serialized Form

Constructor Summary
SelectorListImpl()
           
 
Method Summary
 void add(org.w3c.css.sac.Selector sel)
           
 int getLength()
           
 java.util.List<org.w3c.css.sac.Selector> getSelectors()
           
 org.w3c.css.sac.Selector item(int index)
           
 void setSelectors(java.util.List<org.w3c.css.sac.Selector> selectors)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectorListImpl

public SelectorListImpl()
Method Detail

getSelectors

public java.util.List<org.w3c.css.sac.Selector> getSelectors()

setSelectors

public void setSelectors(java.util.List<org.w3c.css.sac.Selector> selectors)

getLength

public int getLength()
Specified by:
getLength in interface org.w3c.css.sac.SelectorList

item

public org.w3c.css.sac.Selector item(int index)
Specified by:
item in interface org.w3c.css.sac.SelectorList

add

public void add(org.w3c.css.sac.Selector sel)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.