org.jplate.kvp.parser
Interface KvpListBuilderIfc<V extends KvpIfc>

Type Parameters:
V - The KVP value type to build.
All Superinterfaces:
BuilderIfc<java.util.List<V>>, JPlateBuilderIfc<java.util.List<V>>, JPlateListBuilderIfc<V>, KvpBuilderIfc<java.util.List<V>>
All Known Implementing Classes:
DefaultKvpListBuilder

public interface KvpListBuilderIfc<V extends KvpIfc>
extends KvpBuilderIfc<java.util.List<V>>, JPlateListBuilderIfc<V>

A list builder called when KVP (key value pair) tokens 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/kvp/parser/KvpListBuilderIfc.java $
    


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