DeltaXML DITA Compare .NET API DocumentationThe StepsConflictResolution type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| getDisplayDescription |
Returns the user friendly String description of the StepsConflictResolution.
| |
| getDisplayName |
Returns the user friendly String name of the StepsConflictResolution.
| |
| getStepsConflictResolution |
Returns a StepsConflictResolution object from the supplied String value if appropriate.
| |
| parseValue |
Returns a StepsConflictResolution object from the supplied String value if appropriate.
| |
| toString |
Returns a String representation of StepsConflictResolution.
(Overrides EnumtoString .) | |
| valueOf |
Returns the enum constant of this type with the specified name.
| |
| values |
Returns an array containing the constants of this enum type, in the order they're declared.
|
Properties
| Name | Description | |
|---|---|---|
| PREFER_A |
Use the element name from the 'A' document to contain the compared entries.
| |
| PREFER_B |
Use the element name from the 'B' document to contain the compared entries.
| |
| PREFER_STEPS |
Use a steps element to contain the compared entries.
| |
| PREFER_STEPS_UNORDERED |
Use a steps-unordered element to contain the compared entries.
|
See Also