|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.css.parser.CSSSACMediaList
public class CSSSACMediaList
This class implements the SACMediaList interface.
| Field Summary | |
|---|---|
protected int |
length
The list length. |
protected String[] |
list
The list. |
| Constructor Summary | |
|---|---|
CSSSACMediaList()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String[] list
protected int length
| Constructor Detail |
|---|
public CSSSACMediaList()
| Method Detail |
|---|
public int getLength()
getLength in interface org.w3c.css.sac.SACMediaListpublic String item(int index)
null if this is not a valid index.
item in interface org.w3c.css.sac.SACMediaListpublic void append(String item)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||