Package com.topologi.diffx.load

The set of classes used to produce the sequences that Diff-X will process.

See:
          Description

Interface Summary
Recorder A class implementing this interface must be able to produce a sequence of event from a specified input.
XMLRecorder Defines recorders that are specific to XML.
 

Class Summary
DOMRecorder Loads a DOM documents as a sequence of events.
SAXRecorder Records the SAX events in an EventSequence.
TextRecorder Records the line events in a text.
 

Exception Summary
LoadingException Class of exceptions occurring when trying to load data for Diff-X.
 

Package com.topologi.diffx.load Description

The set of classes used to produce the sequences that Diff-X will process.