jp.co.fujitsu.reffi.client.nexaweb.parser
インタフェース Parser

既知の実装クラスの一覧:
ButtonValueParser, CheckBoxValueParser, ComboBoxValueParser, ElementValueParser, HorizontalSliderValueParser, LabelValueParser, ListBoxValueParser, PasswordFieldValueParser, RadioButtonValueParser, TableValueParser, TextAreaValueParser, TextFieldValueParser, TextViewValueParser, VerticalSliderValueParser

public interface Parser

[概 要]

Nexawebエレメントをパースする全てのパーサのインターフェースです。

[詳 細]

[備 考]

[環 境] JDK 6.0 Update 11

Copyright (c) 2008-2009 FUJITSU Japan All rights reserved.

作成者:
Project Reffi

メソッドの概要
 Object parse(Element element)
          [概 要] パーサオブジェクトが実装するパースメソッドです。
 

メソッドの詳細

parse

Object parse(Element element)
             throws Exception

[概 要]

パーサオブジェクトが実装するパースメソッドです。

[詳 細]

[備 考]

パラメータ:
element - 値をパースする各種エレメント
例外:
Exception


Copyright(C) Fujitsu All Rights Reserved.