ResultReadabilityOptions MembersXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED

The ResultReadabilityOptions type exposes the following members.
Constructors

  NameDescription
Public methodResultReadabilityOptions
Constructs a new ResultReadabilityOptions instance.
Back to Top
Properties

  NameDescription
Public propertyChangeGatheringEnabled
Sets whether to change the order of consecutive changed items to improve readability.
Public propertyDetectMoves
Sets the moves detection feature on or off.
Public propertyElementSplittingDebug
Sets whether the element splitting filter should output internal debug information.
Public propertyElementSplittingDebugTextReportSize
The limit on the length of each debug report output by the element splitting filter.
Public propertyElementSplittingEnabled
Sets whether modified elements containing text should be split when the amount of unchanged text falls below a given percentage.
Public propertyElementSplittingThreshold
Sets the percentage of unchanged text present in a modified element below which the element will be split.
Public propertyMixedContentDetectionScope
The scope to use for determining if elements are mixed-content.
Public propertyModifiedWhitespaceBehaviour
The modified whitespace behaviour to use for changes in whitespace.
Public propertyMoveAttributeXpath
Sets id attribute XPath to be used during moves detection.
Public propertyOrphanedWordDetectionEnabled
Enable orphaned word detection and fix-up.
Public propertyOrphanedWordLengthLimit
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.
Public propertyOrphanedWordMaxPercentage
Sets the maximum proportion of the total change size that orphaned words can take while still being considered orphans.
Back to Top
See Also