DefaultAttProcessingMode ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Represents the behaviour required when outputting defaulted attributes.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public sealed class DefaultAttProcessingMode : Enum
Remarks

Represents the behaviour required when outputting defaulted attributes. Most behaviour is the same as com.deltaxml.cores9api.config.PreservationProcessingMode with two extra options specific to defaulted attributes.

Please note that attribute changes are always output (unless handled elsewhere) regardless of whether the attribute was provided with a default value.

See Also