XML Compare .NET API Documentation - DEPRECATED
System Object
Object
Enum
com.deltaxml.cores9api.config PreservationProcessingMode
Namespace: com.deltaxml.cores9api.config
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Represents the behaviour required when outputting preserved lexical items which have changed.
Inheritance Hierarchy
Object
Enum
com.deltaxml.cores9api.config PreservationProcessingMode
Namespace: com.deltaxml.cores9api.config
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
Represents the behaviour required when outputting preserved lexical items which have changed.
If Lexical Preservation is used to keep hold of items such as Doctype declarations, comments, processing instructions etc, you must choose whether or not to convert these items back from the XML encoded form into their original form in the result. If you wish to convert them back to their original form (i.e. not encoded in XML elements), you must decide which version of any changed items you are going to use. This enumeration stored the possible values to use when making these decisions.
See Also