Package diva.util
Interface ModelParser
-
public interface ModelParser
ModelParser is an interface that should be extended by application specified model parsers. Its job is to parse data into an application specific data structure.- Version:
- $Id$
- Author:
- Heloise Hse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
parse(java.io.Reader reader)
Parse the data in the given character stream into a data structure and return the data structure.
-