DeltaXML DITA Compare .NET API DocumentationThe MapResultStructure type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| getDisplayDescription |
Returns the user friendly String description of the MapResultStructure.
| |
| getDisplayName |
Returns the user friendly String name of the MapResultStructure.
| |
| getMapResultStructure |
Returns a MapResultStructure object from the supplied String value if appropriate.
| |
| parseValue |
Returns a MapResultStructure object from the supplied String value if appropriate.
| |
| toString |
Returns a String representation of MapResultStructure.
(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 | |
|---|---|---|
| MAP_PAIR |
The result map contains two submaps: the 'updated' result origin map (and submaps); and the
'missing' topic references map.
| |
| TOPIC_SET |
The result map will contain a flat list of topic references that appear in the order that they were first encountered in the
result origin.
| |
| UNIFIED_MAP |
The result map contains: the 'updated' result origin map; and also includes deleted topic references in
positions as close as possible their original location.
|
See Also