The main method, parse
, is an {@link RDParser} class parser as usual. It expects to receive an input that is a sequence of study objects. As each study in the input is recognized, it is passed to an action callback which can insert it into a database or whatever.
There are convenience methods for parsing a complete file and for printing a report afterward.
@author mjd 20080731
|
|
|
|