com.topologi.diffx.load
Interface XMLRecorder
- All Superinterfaces:
- Recorder
- All Known Implementing Classes:
- DOMRecorder, SAXRecorder
public interface XMLRecorder
- extends Recorder
Defines recorders that are specific to XML.
- Version:
- 14 April 2005
- Author:
- Christophe Lauret
process
EventSequence process(InputSource is)
throws LoadingException,
IOException
- Runs the recorder on the specified input source.
- Parameters:
is
- The input source.
- Returns:
- The recorded sequence of events.
- Throws:
LoadingException
- If thrown whilst parsing.
IOException
- Should I/O error occur.