AdvancedEntityRefUsage ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
An advanced mode for controlling some specialist use cases, where both the entity references and their replacement text are compared.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public sealed class AdvancedEntityRefUsage : Enum
Remarks

An advanced mode for controlling some specialist use cases, where both the entity references and their replacement text are compared. In most use cases the AUTOMATIC value should be used, to enable context dependent setting of this advanced mode.

One use case where you might want to set this variable explicitly is: when you configure the comparator for standard 'round trip' lexical preservation, but the final output format cannot represent entity references. In this case, the REPLACE value can be used. This is an alternative to specifying a custom processing mode that performs round trip processing, except for entity references which are substituted for their values (i.e. their replacement text) prior to the comparison.

See Also