DeltaXML DITA Compare .NET API DocumentationThe WarningReportMode type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| getDisplayDescription |
Returns the user friendly String description of the WarningReportMode.
| |
| getDisplayName |
Returns the user friendly String name of the WarningReportMode.
| |
| getWarningReportMode |
Returns a WarningReportMode object from the supplied String value if appropriate.
| |
| parseValue |
Returns a WarningReportMode object from the supplied String value if appropriate.
| |
| toString |
Returns a String representation of WarningReportMode.
(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 | |
|---|---|---|
| COMMENTS |
Add the recoverable errors and warnings as comments.
| |
| DOCUMENT_MARKUP |
Add the recoverable errors and warnings as document content.
| |
| MESSAGE |
Report the recoverable errors and warnings as XSL messages, which are typically visible when the comparison is run from a
command-line terminal.
| |
| PROCESSING_INSTRUCTIONS |
Add the recoverable errors and warnings as processing instructions.
|
See Also