| Package | Description |
|---|---|
| org.databene.formats.compare | |
| org.databene.formats.xml.compare |
| Modifier and Type | Field and Description |
|---|---|
protected ComparisonModel |
ComparisonSettings.model |
| Modifier and Type | Method and Description |
|---|---|
ComparisonModel |
ComparisonSettings.getModel() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayComparisonResult |
ArrayComparator.compare(Object[] array1,
Object[] array2,
ComparisonModel model,
String parentLocator1,
String parentLocator2,
DiffFactory diffFactory) |
| Constructor and Description |
|---|
ComparisonSettings(ComparisonModel model) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XMLComparisonModel
Parent interface for XML comparison models.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXMLComparisonModel
Abstract implementation of the
XMLComparisonModel interface. |
class |
DefaultXMLComparisonModel
XML comparison model based on element names.
|
Copyright © 2006–2016 Volker Bergmann. All rights reserved.