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

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

public class CSSSACMediaList
extends Object
implements SACMediaList

This class implements the SACMediaListinterface.

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

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

フィールドの詳細

list

protected String[] list
The list.


length

protected int length
The list length.

コンストラクタの詳細

CSSSACMediaList

public CSSSACMediaList()
メソッドの詳細

getLength

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

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

item

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

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

append

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


toString

public String toString()


(c)2009 GNN & Co.,Ltd.