org.seasar.fisshplate.core.parser
クラス VarParser

java.lang.Object
  上位を拡張 org.seasar.fisshplate.core.parser.VarParser
すべての実装されたインタフェース:
RowParser

public class VarParser
extends Object
implements RowParser

varを解析するクラスです。

作成者:
rokugen

コンストラクタの概要
VarParser()
           
 
メソッドの概要
 boolean process(CellWrapper cell, FPParser parser)
          セルの内容がこのパーサーと合致するか否かを戻します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

VarParser

public VarParser()
メソッドの詳細

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.