public interface Recorder
| Modifier and Type | Method and Description |
|---|---|
EventSequence |
process(File file)
Runs the recorder on the specified file.
|
EventSequence |
process(String xml)
Runs the recorder on the specified string.
|
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.Copyright © 2007-2022. All Rights Reserved.