com.steadystate.css.parser
Class SelectorListImpl
java.lang.Object
com.steadystate.css.parser.SelectorListImpl
- SelectorList, Serializable
public class SelectorListImpl
extends java.lang.Object
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()
|
getLength
public int getLength()
Returns the length of this selector list
- 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.
- item in interface SelectorList
toString
public String toString()