MixedContentDetectionScope ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Enumeration representing the possible values for handling changes in whitespace.
Inheritance Hierarchy

System Object
  Object
    Enum
      com.deltaxml.cores9api.config MixedContentDetectionScope

Namespace: com.deltaxml.cores9api.config
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

[SerializableAttribute]
public sealed class MixedContentDetectionScope : Enum
Remarks

Enumeration representing the possible values for handling changes in whitespace. Here, both documents must have some whitespace at a given point in order for there to be a change in whitespace. This will then be processed in accordance with the specified behaviour. Whitespace insertions and deletions are not affected by the modified whitespace behaviour.
See Also