Uses of Interface
com.topologi.diffx.load.Recorder

Packages that use Recorder
com.topologi.diffx.load The set of classes used to produce the sequences that Diff-X will process. 
 

Uses of Recorder in com.topologi.diffx.load
 

Subinterfaces of Recorder in com.topologi.diffx.load
 interface XMLRecorder
          Defines recorders that are specific to XML.
 

Classes in com.topologi.diffx.load that implement Recorder
 class DOMRecorder
          Loads a DOM documents as a sequence of events.
 class SAXRecorder
          Records the SAX events in an EventSequence.
 class TextRecorder
          Records the line events in a text.