|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
V - The value being built.public interface JPlateBuilderIfc<V>
This interface defines a builder. Essentially methods are called on implementations of this interface as items have been parsed.
Modifications:
$Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
$Revision: 479 $
$Author: sfloess $
$HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/foundation/parser/JPlateBuilderIfc.java $
| Method Summary | |
|---|---|
void |
buildEnd(int line,
int column)
This method is called when parsing has completed. |
void |
buildStart()
This method is called when parsing is to begin. |
| Methods inherited from interface org.jplate.foundation.gof.builder.BuilderIfc |
|---|
getResult, reset |
| Method Detail |
|---|
void buildStart()
throws JPlateBuildingException
JPlateBuilderException - If parsing should not proceed.
JPlateBuildingException
void buildEnd(int line,
int column)
throws JPlateBuildingException
line - The line where parsing ended.column - The column number where parsing ended.
JPlateBuilderException - If there is a problem with parsing being
completed.
JPlateBuildingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||