com.steadystate.css.parser
public class SelectorListImpl extends java.lang.Object implements SelectorList, java.io.Serializable
Constructor and Description |
---|
SelectorListImpl() |
public int getLength()
SelectorList
getLength
in interface SelectorList
public Selector item(int index)
SelectorList
null
if this
is not a valid index.item
in interface SelectorList
public void add(Selector sel)
public java.lang.String toString()
toString
in class java.lang.Object