public class CSSSACMediaList extends Object
SACMediaList
interface.Modifier and Type | Field and Description |
---|---|
protected int |
length
The list length.
|
protected String[] |
list
The list.
|
Constructor and Description |
---|
CSSSACMediaList() |
Modifier and Type | Method and Description |
---|---|
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. |
protected String[] list
protected int length
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.