Package | Description |
---|---|
fr.ufrt.xmlcorrector | |
fr.ufrt.xmlcorrector.operations.abstractupdate |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<Result> |
XmlCorrector.getCorrections()
Calculates every correction in the given threshold.
|
java.util.Collection<Result> |
XmlCorrectorMatrix.getCorrections() |
abstract Result |
XmlCorrector.getMinimalCorrections()
Calculates every minimal correction in the given threshold.
|
Result |
XmlCorrectorMatrix.getMinimalCorrections() |
Constructor and Description |
---|
AddMinimalTreeOperation(Address address,
java.lang.Character header,
TreeSchema ts)
Constructor of the operations ReplaceTreeOperation
|
CorrectTreeOperation(Address address,
java.lang.Character header,
Result result)
Constructor of the operations CorrectTreeOperation when corrections are
minimal
|
CorrectTreeOperation(Address address,
java.lang.Character header,
Result result,
boolean minimal)
Constructor of the operations CorrectTreeOperation when correction aren't
minimal
|