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

Method Summary
 EventSequence process(InputSource is)
          Runs the recorder on the specified input source.
 
Methods inherited from interface com.topologi.diffx.load.Recorder
process, process
 

Method Detail

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.