The Results
View
displays
the
messages generated
as a result of user actions like validations, transformations, search operations
etc. Each message is a link to the location
related to the
event that triggered the message. Double clicking on a message opens the
file containing the location and positions the cursor at the
location
offset. The actions that
can generate
result messages are:
The actions available on the toolbar of this view are:
- grouping actions:
Group by 'Severity', Group by 'Resource',
Group by 'System ID', Group by
'Description', Group by 'Operation description',
Ungroup all, Restore Defaults - these
actions group the
messages
according to a
selected criteria so that they can be presented in a hierarchical
layout .
The criteria
used for grouping can be
the
severity of the errors (error, warning, info message, etc),
the
resource name,
the
description of the message,
etc.
The Ungroup all action removes the grouping rule so that the
messages
are presented as a continuous list.
- remove actions: Remove selected, Remove
all - these actions reduce the number of the messages from the view by
removing them. It is useful when the view is cluttered by messages that are not
important.
The actions available on the contextual menu are:
- Show message - Displays a
dialog box with the full error message. This is useful for a long message that does not
have enough space to be displayed completely in the view.
- Previous message - Moves the
selection in the view to the message above the current one.
- Next message - Moves the
selection in the view to the message below the current one.
- Remove selected - Removes selected messages from the view.
- Remove all - Removes all
messages from the view.
- Copy - Copies the information associated with
the selected messages:
- the file path of the document that triggered the output message,
- the path of the main file (in case of validation scenario it is the path of the file from which the validation
starts and which can be different than the validated file),
- error severity (error, warning, info message, etc),
- name of validating processor,
- name of validation scenario,
- the line and column in the file that triggered the message.
- Select All - Extends the
selection to all the messages from the view.
- Print Results ... - Sends the
complete list of
messages
to a printer. For each message the
included
details
are
the
same as
the ones
for the
Copy action.
- Save Results ... - Saves the complete list of messages in a file
in text format. For each message the
included
details are
the
same as
the ones
for the
Copy action.
- Save Results as XML - Saves the complete list of messages in a
file in XML format. For each message the
included
details are
the
same as
the ones
for the
Copy action.
- Group by - the same actions as on the
toolbar for grouping the messages in a hierarchical
presentation.
- Ungroup all - Removes the
grouping rule set by a Group by action so that the errors are
presented as a continuous
list.
- Restore Defaults - Restores the
column size for each column and the grouping rule that were saved in the user preferences
the last time when this view was used (possible in the previous Oxygen session). If it is
the first time when this view is used the action sets an initial default column size for
each column and a grouping rule which is appropriate for the type of messages, for example:
- group the messages by the path of the validated file in case of error messages from
a validation action or spelling errors reported by the action Check
Spelling in Files,
- no grouping rule for the results of applying an XPath expression.
- Expand All - Expands all the
nodes
of the tree, which is useful when the messages are presented in a
hierarchical
mode.
- Collapse All - Collapses all
thenodes
of the tree, which is useful when the messages are presented in a
hierarchical
mode.