|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.fujitsu.reffi.client.nexaweb.parser.TextAreaValueParser
public class TextAreaValueParser
[概 要]
textAreaエレメントの保持する値を取得するクラスです。[詳 細]
textAreaエレメントの値を取得する為のParser.parse(Element)を実装します。
[備 考]
このクラスはElementValueParserによってインスタンス化され、使用されます。ElementValueParser.parse(Element)を参照して下さい。
[環 境] JDK 6.0 Update 11
Copyright (c) 2008-2009 FUJITSU Japan All rights reserved.
| コンストラクタの概要 | |
|---|---|
protected |
TextAreaValueParser()
[概 要] Protectedコンストラクタです。 |
| メソッドの概要 | |
|---|---|
ElementValues |
parse(com.nexaweb.xml.Element textArea)
[概 要] textAreaの値を取得します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
protected TextAreaValueParser()
[概 要]
Protectedコンストラクタです。[詳 細]
デフォルト処理は有りません。[備 考]
textAreaエレメント値をパースするにはElementValueParser.parse(Element)
を使用して下さい。
| メソッドの詳細 |
|---|
public ElementValues parse(com.nexaweb.xml.Element textArea)
[概 要]
textAreaの値を取得します。[詳 細]
textAreaエレメントのテキストノード値を調べ、 name属性値=テキストノード値でElementValueオブジェクトを生成します。[備 考]
Parser 内の parsetextArea - 値をパースするtextAreaエレメント
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||