DeltaXML DITA Compare .NET API DocumentationThe WhitespaceProcessingMode type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| getDisplayDescription |
Returns the user friendly String description of the WhitespaceProcessingMode.
| |
| getDisplayName |
Returns the user friendly String name of the WhitespaceProcessingMode.
| |
| getWhitespaceProcessingMode |
Returns a WhitespaceProcessingMode object from the supplied String value if appropriate.
| |
| parseValue |
Returns a WhitespaceProcessingMode object from the supplied String value if appropriate.
| |
| toString |
Returns a String representation of WhitespaceProcessingMode.
(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 | |
|---|---|---|
| AUTOMATIC |
Chooses the most appropriate mode based on other parameter settings.
| |
| CDATA_HEURISTIC |
Ignore differences in whitespace, unless they occur within a CDATA section (or are explicitly preserved).
| |
| IGNORE |
Ignore differences in whitespace that is not explicitly preserved.
| |
| KEEP_A |
Similar to 'ignore' except that 'A' document's whitespace is kept (instead of the 'B' document's whitespace).
| |
| NORMALIZE |
Normalize whitespace in inputs before comparison.
| |
| SHOW |
Display the differences in whitespace where possible.
|
See Also