XML Compare .NET API Documentation - DEPRECATEDThe ResultReadabilityOptions type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ResultReadabilityOptions |
Constructs a new ResultReadabilityOptions instance.
|
Properties
Name | Description | |
---|---|---|
![]() | ChangeGatheringEnabled |
Sets whether to change the order of consecutive changed items to improve readability.
|
![]() | DetectMoves |
Sets the moves detection feature on or off.
|
![]() | ElementSplittingDebug |
Sets whether the element splitting filter should output internal debug information.
|
![]() | ElementSplittingDebugTextReportSize |
The limit on the length of each debug report output by the element splitting filter.
|
![]() | ElementSplittingEnabled |
Sets whether modified elements containing text should be split when the amount of unchanged text falls below a given
percentage.
|
![]() | ElementSplittingThreshold |
Sets the percentage of unchanged text present in a modified element below which the element will be split.
|
![]() | MixedContentDetectionScope |
The scope to use for determining if elements are mixed-content.
|
![]() | ModifiedWhitespaceBehaviour |
The modified whitespace behaviour to use for changes in whitespace.
|
![]() | MoveAttributeXpath |
Sets id attribute XPath to be used during moves detection.
|
![]() | OrphanedWordDetectionEnabled |
Enable orphaned word detection and fix-up.
|
![]() | OrphanedWordLengthLimit |
The maximum number of words to consider for orphaned word detection. Sequences of words longer than the specified length
will never be detected as orphaned words, regardless of the amount of changed words around them.
|
![]() | OrphanedWordMaxPercentage |
Sets the maximum proportion of the total change size that orphaned words can take while still being considered orphans.
|
See Also