org.seasar.fisshplate.core
クラス FPParser
java.lang.Object
org.seasar.fisshplate.core.FPParser
public class FPParser
- extends Object
テンプレート側のシートを解析し、要素クラスの構造を組み立てて保持します。
- 作成者:
- rokugen, a-conv
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FPParser
public FPParser(HSSFSheet sheet)
throws FPParseException
- コンストラクタです。引数で渡されたテンプレートのシートを元に解析します。
- パラメータ:
sheet
- テンプレートのシート
- 例外:
FPParseException
- テンプレートの解析時に構文上のエラーが判明した際に投げられます。
getRoot
public Root getRoot()
- ルートの要素リストを戻します。
- 戻り値:
- 要素リスト
Copyright © 2007 The Seasar Foundation. All Rights Reserved.