Package | Description |
---|---|
com.topologi.diffx.load |
The set of classes used to produce the sequences that Diff-X will process.
|
Modifier and Type | Method and Description |
---|---|
EventSequence |
SAXRecorder.process(File file)
Runs the recorder on the specified file.
|
EventSequence |
DOMRecorder.process(File file)
Runs the recorder on the specified file.
|
EventSequence |
TextRecorder.process(File file)
Runs the recorder on the specified file.
|
EventSequence |
Recorder.process(File file)
Runs the recorder on the specified file.
|
EventSequence |
SAXRecorder.process(InputSource is)
Runs the recorder on the specified input source.
|
EventSequence |
DOMRecorder.process(InputSource is)
Runs the recorder on the specified input source.
|
EventSequence |
XMLRecorder.process(InputSource is)
Runs the recorder on the specified input source.
|
EventSequence |
DOMRecorder.process(Node node)
Processes the given node and returns the corresponding event sequence.
|
EventSequence |
DOMRecorder.process(NodeList node)
Processes the given node list and returns the corresponding event sequence.
|
EventSequence |
SAXRecorder.process(String xml)
Runs the recorder on the specified string.
|
EventSequence |
DOMRecorder.process(String xml)
Runs the recorder on the specified string.
|
EventSequence |
TextRecorder.process(String text)
Runs this recorder on the specified string.
|
EventSequence |
Recorder.process(String xml)
Runs the recorder on the specified string.
|
Copyright © 2007-2019. All Rights Reserved.