org.apache.batik.css.parser
public class CSSSACMediaList extends Object implements SACMediaList
Field Summary | |
---|---|
protected int | length
The list length. |
protected String[] | list
The list. |
Method Summary | |
---|---|
void | append(String item)
Appends an item to the list. |
int | getLength()
SAC: Returns the length of this selector list |
String | 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.