org.apache.batik.css.parser
public class CSSSelectorList extends Object implements SelectorList
Field Summary | |
---|---|
protected int | length
The list length. |
protected Selector[] | list
The list. |
Method Summary | |
---|---|
void | append(Selector item)
Appends an item to the list. |
int | getLength()
SAC: Returns the length of this selector list |
Selector | item(int index)
SAC: Returns the selector at the specified index, or
null if this is not a valid index. |
null
if this is not a valid index.