|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.parser.CSSSACMediaList
This class implements the SACMediaList
interface.
Field Summary | |
protected int |
length
The list length. |
protected java.lang.String[] |
list
The list. |
Constructor Summary | |
CSSSACMediaList()
|
Method Summary | |
void |
append(java.lang.String item)
Appends an item to the list. |
int |
getLength()
SAC: Returns the length of this selector list |
java.lang.String |
item(int index)
SAC: Returns the selector at the specified index, or null if this is not a valid index. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String[] list
protected int length
Constructor Detail |
public CSSSACMediaList()
Method Detail |
public int getLength()
getLength
in interface SACMediaList
public java.lang.String item(int index)
null
if this is not a valid index.item
in interface SACMediaList
public void append(java.lang.String item)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |