|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Recorder
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 |
|---|
EventSequence process(File file)
throws LoadingException,
IOException
file - The file to process.
LoadingException - If thrown while parsing.
IOException - Should I/O error occur.
EventSequence process(String xml)
throws LoadingException,
IOException
xml - The string to process.
LoadingException - If thrown while parsing.
IOException - Should I/O error occur.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||