Package | Description |
---|---|
com.topologi.diffx |
The core set of classes used by Diff-X.
|
com.topologi.diffx.format |
Classes for formatting and text processing.
|
com.topologi.diffx.load |
The set of classes used to produce the sequences that Diff-X will process.
|
com.topologi.diffx.load.text |
The set of classes to load characters / text data specifically.
|
Modifier and Type | Method and Description |
---|---|
static void |
Main.diff(NodeList xml1,
NodeList xml2,
Writer out,
DiffXConfig config)
Compares the two specified
NodeList s and prints the diff onto the given writer. |
static void |
Main.diff(Node xml1,
Node xml2,
Writer out,
DiffXConfig config)
Compares the two specified XML nodes and prints the diff onto the given writer.
|
static void |
Main.diff(Reader xml1,
Reader xml2,
Writer out,
DiffXConfig config)
Compares the two specified xml files and prints the diff onto the given writer.
|
static void |
Docx4jDriver.mainDiff(EventSequence seq1,
EventSequence seq2,
SmartXMLFormatter formatter,
DiffXConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
SmartXMLFormatter.setConfig(DiffXConfig config) |
void |
ShortStringFormatter.setConfig(DiffXConfig config)
Ignored.
|
void |
SafeXMLFormatter.setConfig(DiffXConfig config) |
void |
BasicXMLFormatter.setConfig(DiffXConfig config) |
void |
ConvenientXMLFormatter.setConfig(DiffXConfig config) |
void |
StrictXMLFormatter.setConfig(DiffXConfig config) |
void |
MultiplexFormatter.setConfig(DiffXConfig config) |
void |
DiffXFormatter.setConfig(DiffXConfig config)
Sets the configuration to use with this formatter.
|
Modifier and Type | Method and Description |
---|---|
DiffXConfig |
SAXRecorder.getConfig()
Returns the configuration used by this recorder.
|
DiffXConfig |
DOMRecorder.getConfig()
Returns the configuration used by this recorder.
|
Modifier and Type | Method and Description |
---|---|
void |
SAXRecorder.setConfig(DiffXConfig config)
Sets the configuration used by this recorder.
|
void |
DOMRecorder.setConfig(DiffXConfig config)
Sets the configuration used by this recorder.
|
Modifier and Type | Method and Description |
---|---|
static TextTokenizer |
TokenizerFactory.get(DiffXConfig config)
Returns the text tokenizer.
|
Copyright © 2007-2019. All Rights Reserved.