com.steadystate.css.parser
Class SelectorListImpl
java.lang.Object
com.steadystate.css.parser.SelectorListImpl
- All Implemented Interfaces:
- Serializable, org.w3c.css.sac.SelectorList
public class SelectorListImpl
- extends Object
- implements org.w3c.css.sac.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
SelectorListImpl
public SelectorListImpl()
getSelectors
public List<org.w3c.css.sac.Selector> getSelectors()
setSelectors
public void setSelectors(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 String toString()
- Overrides:
toString
in class Object
Copyright © 2011. All Rights Reserved.