org.seasar.fisshplate.core.parser
クラス EndParser
java.lang.Object
org.seasar.fisshplate.core.parser.EndParser
- すべての実装されたインタフェース:
- RowParser
public class EndParser
- extends Object
- implements RowParser
endを解析するクラスです。
- 作成者:
- rokugen
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndParser
public EndParser()
process
public boolean process(CellWrapper cell,
FPParser parser)
throws FPParseException
- インタフェース
RowParser
の記述:
- セルの内容がこのパーサーと合致するか否かを戻します。
合致する場合、
TemplateElement
を生成し、呼び出し元のFPParser
へ処理を委譲します。
- 定義:
- インタフェース
RowParser
内の process
- パラメータ:
cell
- セルparser
- 呼び出し元FPParser
- 戻り値:
- 合致するか否か
- 例外:
FPParseException
- 解析時にエラーが発生した際に投げられます。
Copyright © 2009 The Seasar Foundation. All Rights Reserved.