|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.cssj.sakae.sac.parser.CSSSACMediaList
This class implements the SACMediaListinterface.
| フィールドの概要 | |
protected int |
length
The list length. |
protected String[] |
list
The list. |
| コンストラクタの概要 | |
CSSSACMediaList()
|
|
| メソッドの概要 | |
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. |
String |
toString()
|
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
protected String[] list
protected int length
| コンストラクタの詳細 |
public CSSSACMediaList()
| メソッドの詳細 |
public int getLength()
SACMediaList 内の getLengthpublic String item(int index)
null if this is not a valid index.
SACMediaList 内の itempublic void append(String item)
public String toString()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||