com.steadystate.css.parser
Class SelectorListImpl

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

public class SelectorListImpl
extends Object
implements SelectorList, 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(Selector sel)
           
 int getLength()
           
 List<Selector> getSelectors()
           
 Selector item(int index)
           
 void setSelectors(List<Selector> selectors)
           
 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 List<Selector> getSelectors()

setSelectors

public void setSelectors(List<Selector> selectors)

getLength

public int getLength()
Specified by:
getLength in interface SelectorList

item

public Selector item(int index)
Specified by:
item in interface SelectorList

add

public void add(Selector sel)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009. All Rights Reserved.