public interface HasErrorsHandler
| Modifier and Type | Method and Description |
|---|---|
XBRLValidationReport |
getValidationReport()
Access to the validation report that is now represented.
|
void |
setExtraErrorsReport(XBRLValidationReport valReport)
Sets additional errors that will be added to the validation report.
|
void |
showErrors(XBRLValidationReport valReport)
The most common implementation just opens a DlgValidationErrors dialog and pass the
validation report.
|
XBRLValidationReport |
validateDTS(XBRLInstance instance)
Executes validation of the instance document that is being edited and
generates a new XBRLValidation report.
|
void showErrors(XBRLValidationReport valReport)
valReport - the val reportXBRLValidationReport getValidationReport()
void setExtraErrorsReport(XBRLValidationReport valReport)
valReport - the XBRLValidationReport with extra errorsXBRLValidationReport validateDTS(XBRLInstance instance)
instance - the XBRL instance report to validate