Package com.topologi.diffx.load
Interface XMLRecorder
- All Superinterfaces:
Recorder
- All Known Implementing Classes:
DOMRecorder,SAXRecorder
Defines recorders that are specific to XML.
- Version:
- 14 April 2005
-
Method Summary
Modifier and TypeMethodDescriptionprocess(InputSource is) Runs the recorder on the specified input source.
-
Method Details
-
process
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.
-