org.jplate.foundation.node.parser
Interface NodeBuilderIfc<V extends NodeIfc<?,?>>

Type Parameters:
V - A node type to be built.
All Superinterfaces:
BuilderIfc<V>, JPlateBuilderIfc<V>

public interface NodeBuilderIfc<V extends NodeIfc<?,?>>
extends JPlateBuilderIfc<V>

This interface defines a builder of nodes.

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/node/parser/NodeBuilderIfc.java $
    


Method Summary
 
Methods inherited from interface org.jplate.foundation.parser.JPlateBuilderIfc
buildEnd, buildStart
 
Methods inherited from interface org.jplate.foundation.gof.builder.BuilderIfc
getResult, reset