| Package | Description |
|---|---|
| org.outerj.daisy.diff.html | |
| org.outerj.daisy.diff.html.modification |
| Modifier and Type | Method and Description |
|---|---|
void |
TextNodeComparator.markAsDeleted(int start,
int end,
TextNodeComparator oldComp,
int before,
int after,
ModificationType outputFormat)
Marks the given range as deleted.
|
void |
TextNodeComparator.markAsNew(int start,
int end,
ModificationType outputFormat)
Marks the given range as new.
|
| Modifier and Type | Method and Description |
|---|---|
ModificationType |
Modification.getOutputType()
Returns the type of this modification regarding output formatting (i.e.
|
ModificationType |
Modification.getType() |
static ModificationType |
ModificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModificationType[] |
ModificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Modification(ModificationType type,
ModificationType outputType) |
Copyright © 2022. All rights reserved.