jp.cssj.sakae.sac.parser
クラス CSSSelectorList

java.lang.Object
  拡張jp.cssj.sakae.sac.parser.CSSSelectorList
すべての実装インタフェース:
SelectorList

public class CSSSelectorList
extends Object
implements SelectorList

This class implements the SelectorListinterface.

バージョン:
$Id: CSSSelectorList.java,v 1.2 2007-05-06 04:24:08 miyabe Exp $
作成者:
Stephane Hillion

フィールドの概要
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
 

フィールドの詳細

list

protected Selector[] list
The list.


length

protected int length
The list length.

コンストラクタの詳細

CSSSelectorList

public CSSSelectorList()
メソッドの詳細

getLength

public int getLength()
SAC : Returns the length of this selector list

定義:
インタフェース SelectorList 内の getLength

item

public Selector item(int index)
SAC : Returns the selector at the specified index, or null if this is not a valid index.

定義:
インタフェース SelectorList 内の item

append

public void append(Selector item)
Appends an item to the list.


toString

public String toString()


(c)2009 GNN & Co.,Ltd.