com.steadystate.css.parser

Class SelectorListImpl

Implemented Interfaces:
SelectorList, Serializable

public class SelectorListImpl
extends java.lang.Object
implements SelectorList, Serializable

Method Summary

void
add(Selector sel)
int
getLength()
Returns the length of this selector list
Selector
item(int index)
Returns the selector at the specified index, or null if this is not a valid index.
String
toString()

Method Details

add

public void add(Selector sel)

getLength

public int getLength()
Returns the length of this selector list
Specified by:
getLength in interface SelectorList

item

public Selector item(int index)
Returns the selector at the specified index, or null if this is not a valid index.
Specified by:
item in interface SelectorList

toString

public String toString()