|
Kagetaka | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectnet.hizlab.kagetaka.style.CSSParser
CSS 形式の影鷹データファイルを解析するためのクラスです。
コンストラクタの概要 | |
CSSParser(Reporter reporter,
InputStream is,
String encoding)
CSS 形式のデータファイルを解析するパーサを作成します。 |
|
CSSParser(Reporter reporter,
String data)
CSS 形式のデータを解析するパーサを作成します。 |
メソッドの概要 | |
void |
close()
パーサを終了し、リソースを解放します。 |
String |
getEncoding()
現在の読み込み中のデータのエンコーディング名を返します。 |
Style |
next()
データファイルを解析し、解析位置の先頭のスタイルを返します。 |
static Style |
valueOf(Reporter reporter,
String s)
style 属性値を解析します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public CSSParser(Reporter reporter, InputStream is, String encoding)
reporter
- エラーレポータis
- 解析するデータのインプットストリームencoding
- 解析するデータのエンコーディング、
指定のない場合は null
public CSSParser(Reporter reporter, String data)
reporter
- エラーレポータdata
- 解析するデータメソッドの詳細 |
public void close()
public String getEncoding()
null
public Style next() throws IOException
null
IOException
- IO エラーが発生した場合public static Style valueOf(Reporter reporter, String s)
reporter
- エラーレポータs
- 解析するスタイルの文字列
null
|
Kagetaka | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright (c) 2002-2003 The Kagetaka Project 'September 12, 2003'