|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A class implementing this interface must be able to produce a sequence of event from a specified input.
| Method Summary | |
EventSequence |
process(File file)
Runs the recorder on the specified file. |
EventSequence |
process(String xml)
Runs the recorder on the specified string. |
| Method Detail |
public EventSequence process(File file)
throws LoadingException,
IOException
file - The file to process.
LoadingException - If thrown whilst parsing.
IOException - Should I/O error occur.
public EventSequence process(String xml)
throws LoadingException,
IOException
xml - The string to process.
LoadingException - If thrown whilst parsing.
IOException - Should I/O error occur.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||