Interface Recorder

All Known Subinterfaces:
XMLRecorder
All Known Implementing Classes:
DOMRecorder, SAXRecorder, TextRecorder

public interface Recorder
A class implementing this interface must be able to produce a sequence of event from a specified input.
Version:
8 March 2005
  • Method Summary

    Modifier and Type
    Method
    Description
    process(File file)
    Runs the recorder on the specified file.
    Runs the recorder on the specified string.