|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.cssj.sakae.sac.parser.CSSSelectorList
This class implements the SelectorList
interface.
フィールドの概要 | |
protected int |
length
The list length. |
protected Selector[] |
list
The list. |
コンストラクタの概要 | |
CSSSelectorList()
|
メソッドの概要 | |
void |
append(Selector item)
Appends an item to the list. |
int |
getLength()
SAC : Returns the length of this selector list |
Selector |
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 Selector[] list
protected int length
コンストラクタの詳細 |
public CSSSelectorList()
メソッドの詳細 |
public int getLength()
SelectorList
内の getLength
public Selector item(int index)
null
if this is not a valid index.
SelectorList
内の item
public void append(Selector item)
public String toString()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |