|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| Method Summary | |
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. |
| Method Detail |
public java.lang.Object parse(java.io.Reader reader) throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||